Toggle navigation
Patchwork
linux-kernel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: State =
Action Required
| 188454 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Unresolved
Repeat Merge
Corrupt patch
Search
Archived
No
Yes
Both
Delegate
------
Nobody
snail
snail
patchwork-bot
patchwork-bot
patchwork-bot
ww
ww
ww
Apply
«
1
2
…
127
128
129
…
1884
1885
»
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[v3,2/3] mm/compaction: add support for >0 order folio memory compaction.
Enable >0 order folio memory compaction
- - -
-
-
-
2024-02-02
Zi Yan
New
[v3,1/3] mm/compaction: enable compacting >0 order folios.
Enable >0 order folio memory compaction
- - -
-
-
-
2024-02-02
Zi Yan
New
[v4,2/5] dt-bindings: rtc: abx80x: convert to yaml
arm64: dts: add description for solidrun am642 som and hummingboard evb
- - -
-
-
-
2024-02-02
Josua Mayer
New
Documentation: virt: Fix up pre-formatted text block for SEV ioctls
Documentation: virt: Fix up pre-formatted text block for SEV ioctls
- - -
-
-
-
2024-02-02
Michael Roth
New
[net-next] net: ocelot: update the MODULE_DESCRIPTION()
[net-next] net: ocelot: update the MODULE_DESCRIPTION()
- 1 -
-
-
-
2024-02-02
Breno Leitao
New
[27/27] kconfig: do not imply the type of choice value
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[26/27] kconfig: use generic macros to implement symbol hashtable
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[25/27] kconfig: convert linked list of files to hash table
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[24/27] kconfig: move strhash() to a header
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[23/27] kconfig: move ARRAY_SIZE to a header
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[22/27] kconfig: add macros useful for hashtable
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[21/27] kconfig: import more list macros and inline functions
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[20/27] kconfig: resync list.h
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[19/27] kconfig: split list_head into a separate header
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[18/27] kconfig: change file_lookup() to return the file name
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[17/27] kconfig: make file::name a flexible array member
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[16/27] kconfig: move the file and lineno in struct file to struct buffer
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[15/27] kconfig: replace remaining current_file->name with cur_filename
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[14/27] kconfig: do not delay the cur_filename update
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[13/27] kconfig: replace file->name with name in zconf_nextfile()
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[12/27] kconfig: associate struct property with file name directly
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[11/27] kconfig: associate struct menu with file name directly
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[10/27] kconfig: remove zconf_curname() and zconf_lineno()
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[09/27] kconfig: replace current_pos with separate cur_{filename,lineno}
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[08/27] kconfig: split preprocessor prototypes into preprocess.h
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[07/27] kconfig: call env_write_dep() right after yyparse()
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[06/27] kconfig: write Kconfig files to autoconf.cmd in order
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[05/27] kconfig: remove unneeded sym_find() call in conf_parse()
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[04/27] kconfig: remove compat_getline()
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[03/27] kconfig: remove orphan lookup_file() declaration
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[02/27] kconfig: fix off-by-one in zconf_error()
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[01/27] kconfig: fix infinite loop when expanding a macro at the end of file
kconfig: refactor lexer and parser code
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[resend,v1,1/1] logic_pio: Use RESOURCE_SIZE_MAX definition
[resend,v1,1/1] logic_pio: Use RESOURCE_SIZE_MAX definition
- - -
-
-
-
2024-02-02
Andy Shevchenko
New
[v2,2/2] usb: cdns3: fix memory double free when handle zero packet
[v2,1/2] usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()
1 1 -
-
-
-
2024-02-02
Frank Li
New
[v2,1/2] usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()
[v2,1/2] usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()
1 1 -
-
-
-
2024-02-02
Frank Li
New
[3/3] ASoC: codecs: tx-macro: Simplify setting AMIC control
ASoC: codecs: qcom: tx-macro: minor cleanups
- - -
-
-
-
2024-02-02
Krzysztof Kozlowski
New
[2/3] ASoC: codecs: tx-macro: Mark AMIC control registers as volatile
ASoC: codecs: qcom: tx-macro: minor cleanups
- - -
-
-
-
2024-02-02
Krzysztof Kozlowski
New
[1/3] ASoC: codecs: tx-macro: Drop unimplemented DMIC clock divider
ASoC: codecs: qcom: tx-macro: minor cleanups
- - -
-
-
-
2024-02-02
Krzysztof Kozlowski
New
[v2] drm/amd/display: add panel_power_savings sysfs entry to eDP connectors
[v2] drm/amd/display: add panel_power_savings sysfs entry to eDP connectors
- 1 1
-
-
-
2024-02-02
Hamza Mahfooz
New
Documentation: PM: Fix system hibernation section
Documentation: PM: Fix system hibernation section
- - -
-
-
-
2024-02-02
Yiwei Lin
New
[net,4/4] rxrpc: Fix counting of new acks and nacks
rxrpc: Miscellaneous fixes
- - -
-
-
-
2024-02-02
David Howells
New
[net,3/4] rxrpc: Fix response to PING RESPONSE ACKs to a dead call
rxrpc: Miscellaneous fixes
- - -
-
-
-
2024-02-02
David Howells
New
[net,2/4] rxrpc: Fix delayed ACKs to not set the reference serial number
rxrpc: Miscellaneous fixes
- - -
-
-
-
2024-02-02
David Howells
New
[net,1/4] rxrpc: Fix generation of serial numbers to skip zero
rxrpc: Miscellaneous fixes
- - -
-
-
-
2024-02-02
David Howells
New
[GIT,PULL] USB-serial device ids for 6.8-rc3
[GIT,PULL] USB-serial device ids for 6.8-rc3
- - -
-
-
-
2024-02-02
Johan Hovold
New
[v3,6/6] PCI: dwc: Add common send PME_Turn_Off message method
PCI: dwc: Add common pme_turn_off message by using outbound iATU
- - -
-
-
-
2024-02-02
Frank Li
New
[v3,5/6] dt-bindings: PCI: dwc: Add 'msg' register region
PCI: dwc: Add common pme_turn_off message by using outbound iATU
- - -
-
-
-
2024-02-02
Frank Li
New
[v3,4/6] PCI: Add PCIE_MSG_CODE_PME_TURN_OFF message macro
PCI: dwc: Add common pme_turn_off message by using outbound iATU
- - -
-
-
-
2024-02-02
Frank Li
New
[v3,3/6] PCI: dwc: Add outbound MSG TLPs support
PCI: dwc: Add common pme_turn_off message by using outbound iATU
- 2 -
-
-
-
2024-02-02
Frank Li
New
[v3,2/6] PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structure
PCI: dwc: Add common pme_turn_off message by using outbound iATU
- 2 -
-
-
-
2024-02-02
Frank Li
New
[v3,1/6] PCI: Add INTx Mechanism Messages macros
PCI: dwc: Add common pme_turn_off message by using outbound iATU
1 2 -
-
-
-
2024-02-02
Frank Li
New
[rdma-next,v2,5/5] RDMA/mana_ib: Adding and deleting GIDs
RDMA/mana_ib: Enable RNIC adapter and populate it with GIDs
- - -
-
-
-
2024-02-02
Konstantin Taranov
New
[rdma-next,v2,4/5] RDMA/mana_ib: Enable RoCE on port 1
RDMA/mana_ib: Enable RNIC adapter and populate it with GIDs
- - -
-
-
-
2024-02-02
Konstantin Taranov
New
[rdma-next,v2,3/5] RDMA/mana_ib: Implement port parameters
RDMA/mana_ib: Enable RNIC adapter and populate it with GIDs
- - -
-
-
-
2024-02-02
Konstantin Taranov
New
[rdma-next,v2,2/5] RDMA/mana_ib: Create and destroy rnic adapter
RDMA/mana_ib: Enable RNIC adapter and populate it with GIDs
- - -
-
-
-
2024-02-02
Konstantin Taranov
New
[rdma-next,v2,1/5] RDMA/mana_ib: Add EQ creation for rnic adapter
RDMA/mana_ib: Enable RNIC adapter and populate it with GIDs
- - -
-
-
-
2024-02-02
Konstantin Taranov
New
[v3,2/2] watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs
Add regmap support to exynos-pmu for protected PMU regs
- 1 -
-
-
-
2024-02-02
Peter Griffin
New
[v3,1/2] soc: samsung: exynos-pmu: Add regmap support for SoCs that protect PMU regs
Add regmap support to exynos-pmu for protected PMU regs
- - -
-
-
-
2024-02-02
Peter Griffin
New
[1/1] perf bpf: Clean up the generated/copied vmlinux.h
[1/1] perf bpf: Clean up the generated/copied vmlinux.h
- 1 -
-
-
-
2024-02-02
Arnaldo Carvalho de Melo
New
clk: meson: Add missing clocks to axg_clk_regmaps
clk: meson: Add missing clocks to axg_clk_regmaps
- - -
-
-
-
2024-02-02
Igor Prusov
New
[v3,3/5] arm64: dts: ti: k3-am64-main: Add ICSSG IEP nodes
arm64: dts: add description for solidrun am642 som and hummingboard evb
- - -
-
-
-
2024-02-02
Josua Mayer
New
[v3,2/5] dt-bindings: rtc: abx80x: convert to yaml
arm64: dts: add description for solidrun am642 som and hummingboard evb
- - -
-
-
-
2024-02-02
Josua Mayer
New
[git,pull] IOMMU Fixes for Linux v6.8-rc2
[git,pull] IOMMU Fixes for Linux v6.8-rc2
- - -
-
-
-
2024-02-02
Joerg Roedel
New
mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc
mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc
- 1 -
-
-
-
2024-02-02
Yan Zhao
New
[next] fs/9p: fix uaf in in __fscache_relinquish_cookie
[next] fs/9p: fix uaf in in __fscache_relinquish_cookie
- - -
-
-
-
2024-02-02
Edward Adam Davis
New
[RFC] sparsemem: warn on out-of-bounds initialization
[RFC] sparsemem: warn on out-of-bounds initialization
- - -
-
-
-
2024-02-02
Dimitris Vlachos
New
[3/3] arm64: dts: qcom: Add initial support for rb5gen2 HDK board
arm64: qcom: add support for QCS8550 RB5gen2 HDK board
- - -
-
-
-
2024-02-02
Wasim Nazir
New
[2/3] arm64: dts: qcom: Add initial support for rb5gen2 SOM
arm64: qcom: add support for QCS8550 RB5gen2 HDK board
- - -
-
-
-
2024-02-02
Wasim Nazir
New
[1/3] dt-bindings: arm: qcom: Document rb5gen2-hdk board
arm64: qcom: add support for QCS8550 RB5gen2 HDK board
- - -
-
-
-
2024-02-02
Wasim Nazir
New
[4/4] Revert "kbuild/mkspec: clean boot loader configuration on rpm removal"
[1/4] kbuild: rpm-pkg: do not include depmod-generated files
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[3/4] Revert "kbuild/mkspec: support 'update-bootloader'-based systems"
[1/4] kbuild: rpm-pkg: do not include depmod-generated files
- - -
-
-
-
2024-02-02
Masahiro Yamada
New
[2/4] kbuild: rpm-pkg: mark installed files in /boot as %ghost
[1/4] kbuild: rpm-pkg: do not include depmod-generated files
- - 1
-
-
-
2024-02-02
Masahiro Yamada
New
[1/4] kbuild: rpm-pkg: do not include depmod-generated files
[1/4] kbuild: rpm-pkg: do not include depmod-generated files
- - 1
-
-
-
2024-02-02
Masahiro Yamada
New
panic: add option to dump blocked tasks in panic_print
panic: add option to dump blocked tasks in panic_print
- - 1
-
-
-
2024-02-02
Feng Tang
New
[2/2] PCI/AER: Clean up version indentation in ABI docs
PCI/AER: Fix rootport attribute paths in ABI docs
- - -
-
-
-
2024-02-02
Johan Hovold
New
[1/2] PCI/AER: Fix rootport attribute paths in ABI docs
PCI/AER: Fix rootport attribute paths in ABI docs
- - -
-
-
-
2024-02-02
Johan Hovold
New
[3/3] pid: kill the obsolete PIDTYPE_PID code in transfer_pid()
pidfd_poll: report POLLHUP when pid_task() == NULL
- - -
-
-
-
2024-02-02
Oleg Nesterov
New
[2/3] pidfd: kill the no longer needed do_notify_pidfd() in de_thread()
pidfd_poll: report POLLHUP when pid_task() == NULL
- - -
-
-
-
2024-02-02
Oleg Nesterov
New
[1/3] pidfd_poll: report POLLHUP when pid_task() == NULL
pidfd_poll: report POLLHUP when pid_task() == NULL
- - -
-
-
-
2024-02-02
Oleg Nesterov
New
ntfs3: avoid an unused variable warning
ntfs3: avoid an unused variable warning
- - 1
-
-
-
2024-02-02
Arnd Bergmann
New
riscv: Only flush the mm icache when setting an exec pte
riscv: Only flush the mm icache when setting an exec pte
- 1 -
-
-
-
2024-02-02
Alexandre Ghiti
New
mm/damon/dbgfs: fix bogus string length
mm/damon/dbgfs: fix bogus string length
- 1 -
-
-
-
2024-02-02
Arnd Bergmann
New
[v2,3/3] mm/memory: Use exception ip to search exception tables
Handle delay slot for extable lookup
- - -
-
-
-
2024-02-02
Jiaxun Yang
New
[v2,2/3] MIPS: Clear Cause.BD in instruction_pointer_set
Handle delay slot for extable lookup
- - -
-
-
-
2024-02-02
Jiaxun Yang
New
[v2,1/3] ptrace: Introduce exception_ip arch hook
Handle delay slot for extable lookup
- - -
-
-
-
2024-02-02
Jiaxun Yang
New
[2/2] of: dynamic: flush devlinks workqueue before destroying the changeset
fix DT overlays when device links are released
- - -
-
-
-
2024-02-02
Nuno Sa via B4 Relay
New
[1/2] driver: core: add dedicated workqueue for devlink removal
fix DT overlays when device links are released
- - -
-
-
-
2024-02-02
Nuno Sa via B4 Relay
New
[next] fs/9p: fix uaf in in v9fs_stat2inode_dotl
[next] fs/9p: fix uaf in in v9fs_stat2inode_dotl
- 1 1
-
-
-
2024-02-02
Lizhi Xu
New
fs: 9p: avoid warning during xattr allocation
fs: 9p: avoid warning during xattr allocation
- - -
-
-
-
2024-02-02
Fedor Pchelkin
New
[tip:,x86/fred] MAINTAINERS: Add a maintainer entry for FRED
[tip:,x86/fred] MAINTAINERS: Add a maintainer entry for FRED
1 - -
-
-
-
2024-02-02
tip-bot2 for Thomas Gleixner
New
[net-next,v2,3/3] net: stmmac: Configure AXI on Tegra234 MGBE
[net-next,v2,1/3] net: stmmac: Pass resources to DT parsing code
- - -
-
-
-
2024-02-02
Thierry Reding
New
[net-next,v2,2/3] net: stmmac: Allow drivers to provide a default AXI configuration
[net-next,v2,1/3] net: stmmac: Pass resources to DT parsing code
- - -
-
-
-
2024-02-02
Thierry Reding
New
[net-next,v2,1/3] net: stmmac: Pass resources to DT parsing code
[net-next,v2,1/3] net: stmmac: Pass resources to DT parsing code
- - -
-
-
-
2024-02-02
Thierry Reding
New
[v2,1/1] spi-mxs: Fix chipselect glitch
[v2,1/1] spi-mxs: Fix chipselect glitch
- 1 -
-
-
-
2024-02-02
Ralf Schlatterbeck
New
[v2,2/2] arm64: dts: mediatek: Introduce the MT8395 Radxa NIO 12L board
MediaTek: Introduce MT8395 Radxa NIO 12L devicetree
- - -
-
-
-
2024-02-02
AngeloGioacchino Del Regno
New
[v2,1/2] dt-bindings: arm64: mediatek: Add MT8395 Radxa NIO 12L board compatible
MediaTek: Introduce MT8395 Radxa NIO 12L devicetree
1 - -
-
-
-
2024-02-02
AngeloGioacchino Del Regno
New
[net-next,5/5] mptcp: annotate lockless accesses around read-mostly fields
mptcp: annotate lockless access
- 1 -
-
-
-
2024-02-02
Matthieu Baerts (NGI0)
New
[net-next,4/5] mptcp: annotate lockless access for token
mptcp: annotate lockless access
- 1 -
-
-
-
2024-02-02
Matthieu Baerts (NGI0)
New
[net-next,3/5] mptcp: annotate lockless access for RX path fields
mptcp: annotate lockless access
- 1 -
-
-
-
2024-02-02
Matthieu Baerts (NGI0)
New
[net-next,2/5] mptcp: annotate lockless access for the tx path
mptcp: annotate lockless access
- 1 -
-
-
-
2024-02-02
Matthieu Baerts (NGI0)
New
«
1
2
…
127
128
129
…
1884
1885
»