Show patches with: State = Action Required       |    Archived = No       |   23138 patches
« 1 2 ... 229 230 231 232 »
Patch Series S/W/F Date Submitter Delegate State
[v7,bpf-next,2/8] bpf: move to generic BTF show support, apply it to seq files/strings bpf: add helpers to support BTF-based kernel data display --- 2020-09-28 Alan Maguire New
[v7,bpf-next,3/8] bpf: add bpf_snprintf_btf helper bpf: add helpers to support BTF-based kernel data display --- 2020-09-28 Alan Maguire New
[v7,bpf-next,5/8] bpf: bump iter seq size to support BTF representation of large data structures bpf: add helpers to support BTF-based kernel data display --- 2020-09-28 Alan Maguire New
[v7,bpf-next,6/8] selftests/bpf: fix overflow tests to reflect iter size increase bpf: add helpers to support BTF-based kernel data display --- 2020-09-28 Alan Maguire New
[v7,bpf-next,7/8] bpf: add bpf_seq_printf_btf helper bpf: add helpers to support BTF-based kernel data display --- 2020-09-28 Alan Maguire New
[v7,bpf-next,8/8] selftests/bpf: add test for bpf_seq_printf_btf helper bpf: add helpers to support BTF-based kernel data display --- 2020-09-28 Alan Maguire New
[bpf-next,1/2] selftests/bpf: fix unused-result warning in snprintf_btf.c selftests/bpf: BTF-based kernel data display fixes --- 2020-09-29 Alan Maguire New
[bpf-next,2/2] selftests/bpf: ensure snprintf_btf/bpf_iter tests compatibility with old vmlinux.h selftests/bpf: BTF-based kernel data display fixes --- 2020-09-29 Alan Maguire New
[v2,bpf-next,1/3] bpf: eliminate btf_module_mutex as RCU synchronization can be used bpf: support module BTF in BTF display helpers --- 2020-12-04 Alan Maguire New
[v2,bpf-next,2/3] bpf: add module support to btf display helpers bpf: support module BTF in BTF display helpers --- 2020-12-04 Alan Maguire New
[v2,bpf-next,3/3] selftests/bpf: verify module-specific types can be shown via bpf_snprintf_btf bpf: support module BTF in BTF display helpers --- 2020-12-04 Alan Maguire New
[RFC,bpf-next] ksnoop: kernel argument/return value tracing/display using BTF [RFC,bpf-next] ksnoop: kernel argument/return value tracing/display using BTF --- 2021-01-04 Alan Maguire New
[bpf] bpftool: fix compilation failure for net.o with older glibc [bpf] bpftool: fix compilation failure for net.o with older glibc --- 2021-01-06 Alan Maguire New
[RFC,bpf-next,1/2] bpf: share BTF "show" implementation between kernel and libbpf bpf, libbpf: share BTF data show functionality --- 2021-01-11 Alan Maguire New
[v2,bpf-next,1/4] libbpf: add btf_has_size() and btf_int() inlines libbpf: BTF dumper support for typed data --- 2021-01-17 Alan Maguire New
[v2,bpf-next,2/4] libbpf: make skip_mods_and_typedefs available internally in libbpf libbpf: BTF dumper support for typed data --- 2021-01-17 Alan Maguire New
[v4,bpf-next,1/2] libbpf: BTF dumper support for typed data libbpf: BTF dumper support for typed data --- 2021-06-01 Alan Maguire New
[v4,bpf-next,2/2] selftests/bpf: add dump type data tests to btf dump tests libbpf: BTF dumper support for typed data --- 2021-06-01 Alan Maguire New
[v5,bpf-next,3/3] selftests/bpf: add dump type data tests to btf dump tests libbpf: BTF dumper support for typed data --- 2021-06-19 Alan Maguire New
[v6,bpf-next,2/3] selftests/bpf: add ASSERT_STRNEQ() variant for test_progs Untitled series #143788 --- 2021-07-15 Alan Maguire New
[bpf-next] libbpf: clarify/fix unaligned data issues for btf typed dump [bpf-next] libbpf: clarify/fix unaligned data issues for btf typed dump --- 2021-07-16 Alan Maguire New
[v2,bpf-next,1/3] libbpf: clarify/fix unaligned data issues for btf typed dump libbpf: BTF typed dump cleanups --- 2021-07-16 Alan Maguire New
[v2,bpf-next,2/3] libbpf: fix compilation errors on ppc64le for btf dump typed data libbpf: BTF typed dump cleanups --- 2021-07-16 Alan Maguire New
[v2,bpf-next,3/3] libbpf: btf typed dump does not need to allocate dump data libbpf: BTF typed dump cleanups --- 2021-07-16 Alan Maguire New
[bpf-next,1/3] libbpf: avoid use of __int128 in typed dump display [bpf-next,1/3] libbpf: avoid use of __int128 in typed dump display --- 2021-07-19 Alan Maguire New
[bpf-next,3/3] libbpf: propagate errors when retrieving enum value for typed data display [bpf-next,1/3] libbpf: avoid use of __int128 in typed dump display --- 2021-07-19 Alan Maguire New
[v2,bpf-next,1/3] libbpf: avoid use of __int128 in typed dump display [v2,bpf-next,1/3] libbpf: avoid use of __int128 in typed dump display --- 2021-07-20 Alan Maguire New
[v2,bpf-next,2/3] selftests/bpf: add __int128-specific tests for typed data dump [v2,bpf-next,1/3] libbpf: avoid use of __int128 in typed dump display --- 2021-07-20 Alan Maguire New
[bpf-next] selftests/bpf: add multidimensional array BTF-based data dump test [bpf-next] selftests/bpf: add multidimensional array BTF-based data dump test --- 2021-07-22 Alan Maguire New
[bpf-next,2/3] tools: ksnoop: document ksnoop tracing of entry/return with value display Untitled series #149689 --- 2021-08-03 Alan Maguire New
[bpf-next,3/3] tools: ksnoop: add .gitignore Untitled series #149689 --- 2021-08-03 Alan Maguire New
[v2] bluetooth: Adding a configurable autoconnect timeout [v2] bluetooth: Adding a configurable autoconnect timeout --- 2020-06-15 Alain Michaud New
[net] net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow [net] net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow --- 2020-08-19 Alaa Hleihel New
net: sun: Remove unneeded cast from memory allocation net: sun: Remove unneeded cast from memory allocation --- 2020-04-19 Aishwarya Ramakrishnan New
dpaa_eth: Fix comparing pointer to 0 dpaa_eth: Fix comparing pointer to 0 --- 2020-04-27 Aishwarya Ramakrishnan New
[1/7] dt-bindings: can: flexcan: fix imx8mp compatbile [1/7] dt-bindings: can: flexcan: fix imx8mp compatbile --- 2021-07-15 Aisheng Dong New
GUE: Fix a typo GUE: Fix a typo --- 2020-06-22 Aiden Leong New
[v1,05/25] u64_stats: Document writer non-preemptibility requirement seqlock: Extend seqcount API with associated locks --- 2020-05-19 Ahmed S. Darwish New
[v1,16/25] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock seqlock: Extend seqcount API with associated locks --- 2020-05-19 Ahmed S. Darwish New
[v2,2/6] net: phy: fixed_phy: Remove unused seqcount Untitled series #41056 --- 2020-06-03 Ahmed S. Darwish New
[v2,10/18] xfrm: policy: Use sequence counters with associated lock seqlock: Extend seqcount API with associated locks --- 2020-06-08 Ahmed S. Darwish New
[RFC,1/3] chelsio: cxgb: Remove ndo_poll_controller() [RFC,1/3] chelsio: cxgb: Remove ndo_poll_controller() --- 2020-12-24 Ahmed S. Darwish New
[RFC,3/3] chelsio: cxgb: Do not schedule a workqueue for external interrupts [RFC,1/3] chelsio: cxgb: Remove ndo_poll_controller() --- 2020-12-24 Ahmed S. Darwish New
[v2] net: arcnet: Fix RESET flag handling [v2] net: arcnet: Fix RESET flag handling --- 2021-01-28 Ahmed S. Darwish New
[v1,2/2] net: xfrm: Use sequence counter with associated spinlock net: xfrm: Use seqcount_spinlock_t --- 2021-03-16 Ahmed S. Darwish New
[net-next,v2] seg6: using DSCP of inner IPv4 packets [net-next,v2] seg6: using DSCP of inner IPv4 packets --- 2020-08-03 Ahmed Abdelsalam New
[net-next,v5,2/2] seg6: Add documentation for seg6_inherit_inner_ipv4_dscp sysctl Untitled series #54194 --- 2020-08-25 Ahmed Abdelsalam New
[net-next,v1] ptp: document struct ptp_clock_request members [net-next,v1] ptp: document struct ptp_clock_request members --- 2020-11-17 Ahmad Fatoum New
brcmfmac: pcie: fix oops on failure to resume and reprobe brcmfmac: pcie: fix oops on failure to resume and reprobe --- 2021-08-17 Ahmad Fatoum New
[v2,1/3] dt-bindings: net: fsl-fec add mdc/mdio bitbang option [v2,1/3] dt-bindings: net: fsl-fec add mdc/mdio bitbang option --- 2020-11-29 Adrien Grassein New
[v2,2/3] net: fsl: fec: add mdc/mdio bitbang option [v2,1/3] dt-bindings: net: fsl-fec add mdc/mdio bitbang option --- 2020-11-29 Adrien Grassein New
[v2,3/3] net: fsl: fec: add imx8mq support. [v2,1/3] dt-bindings: net: fsl-fec add mdc/mdio bitbang option --- 2020-11-29 Adrien Grassein New
[ethtool,v3] Add QSFP-DD support [ethtool,v3] Add QSFP-DD support --- 2020-08-13 Adrian Pop New
bnx2x: Fix enabling network interfaces without VFs bnx2x: Fix enabling network interfaces without VFs --- 2021-09-12 Adrian Bunk New
[1/5] rtlwifi: rtl_pci: fix bool comparison in expressions [1/5] rtlwifi: rtl_pci: fix bool comparison in expressions --- 2021-01-10 Aditya Srivastava New
[2/5] rtlwifi: rtl8192c-common: fix bool comparison in expressions [1/5] rtlwifi: rtl_pci: fix bool comparison in expressions --- 2021-01-10 Aditya Srivastava New
[3/5] rtlwifi: rtl8188ee: fix bool comparison in expressions [1/5] rtlwifi: rtl_pci: fix bool comparison in expressions --- 2021-01-10 Aditya Srivastava New
[4/5] rtlwifi: rtl8192se: fix bool comparison in expressions [1/5] rtlwifi: rtl_pci: fix bool comparison in expressions --- 2021-01-10 Aditya Srivastava New
[5/5] rtlwifi: rtl8821ae: fix bool comparison in expressions [1/5] rtlwifi: rtl_pci: fix bool comparison in expressions --- 2021-01-10 Aditya Srivastava New
[02/10] rsi: rsi_coex: fix file header comment syntax rsi: fix comment syntax in file headers --- 2021-03-14 Aditya Srivastava New
[05/10] rsi: rsi_mgmt: fix file header comment syntax rsi: fix comment syntax in file headers --- 2021-03-14 Aditya Srivastava New
[08/10] rsi: rsi_debugfs: fix file header comment syntax rsi: fix comment syntax in file headers --- 2021-03-14 Aditya Srivastava New
[10/10] rsi: rsi_usb: fix file header comment syntax rsi: fix comment syntax in file headers --- 2021-03-14 Aditya Srivastava New
[v2] rsi: fix comment syntax in file headers [v2] rsi: fix comment syntax in file headers --- 2021-03-15 Aditya Srivastava New
samples: bpf: ix kernel-doc syntax in file header samples: bpf: ix kernel-doc syntax in file header --- 2021-05-23 Aditya Srivastava New
[v2] samples: bpf: ix kernel-doc syntax in file header [v2] samples: bpf: ix kernel-doc syntax in file header --- 2021-05-23 Aditya Srivastava New
NFC: nfcmrvl: fix kernel-doc syntax in file headers NFC: nfcmrvl: fix kernel-doc syntax in file headers --- 2021-05-23 Aditya Srivastava New
test_objagg: Fix potential memory leak in error handling test_objagg: Fix potential memory leak in error handling --- 2020-06-12 Aditya Pakki New
net: ethernet: Fix potential memory leak caused in error handling net: ethernet: Fix potential memory leak caused in error handling --- 2020-06-12 Aditya Pakki New
net: Fix a potential incorrect error handling in rawsock_connect net: Fix a potential incorrect error handling in rawsock_connect --- 2020-06-12 Aditya Pakki New
net/rds: Avoid potential use after free in rds_send_remove_from_sock net/rds: Avoid potential use after free in rds_send_remove_from_sock --- 2021-04-07 Aditya Pakki New
SUNRPC: Add a check for gss_release_msg SUNRPC: Add a check for gss_release_msg --- 2021-04-07 Aditya Pakki New
iproute2: ip addr: Fix noprefixroute and autojoin for IPv4 iproute2: ip addr: Fix noprefixroute and autojoin for IPv4 --- 2020-10-03 Adel Belhouane New
[RFC] ravb: Add support for optional txc_refclk [RFC] ravb: Add support for optional txc_refclk --- 2020-12-12 Adam Ford New
[4/4] net: ethernet: ravb: Name the AVB functional clock fck [1/4] dt-bindings: net: renesas,etheravb: Add additional clocks --- 2020-12-28 Adam Ford New
[V3,1/5] dt-bindings: net: renesas,etheravb: Add additional clocks [V3,1/5] dt-bindings: net: renesas,etheravb: Add additional clocks --- 2021-02-24 Adam Ford New
[V3,2/5] ARM: dts: renesas: Add fck to etheravb-rcar-gen2 clock-names list [V3,1/5] dt-bindings: net: renesas,etheravb: Add additional clocks --- 2021-02-24 Adam Ford New
[V3,3/5] arm64: dts: renesas: Add fck to etheravb-rcar-gen3 clock-names list [V3,1/5] dt-bindings: net: renesas,etheravb: Add additional clocks --- 2021-02-24 Adam Ford New
[V3,4/5] net: ethernet: ravb: Enable optional refclk [V3,1/5] dt-bindings: net: renesas,etheravb: Add additional clocks --- 2021-02-24 Adam Ford New
[V3,5/5] arm64: dts: renesas: beacon kits: Setup AVB refclk [V3,1/5] dt-bindings: net: renesas,etheravb: Add additional clocks --- 2021-02-24 Adam Ford New
[V4,2/2] net: ethernet: ravb: Enable optional refclk Untitled series #119490 --- 2021-04-12 Adam Ford New
net: ethernet: ravb: Fix release of refclk net: ethernet: ravb: Fix release of refclk --- 2021-04-17 Adam Ford New
net: wan: wanxl: define CROSS_COMPILE_M68K net: wan: wanxl: define CROSS_COMPILE_M68K --- 2021-09-12 Adam Borowski New
virt_wifi: Return micros for BSS TSF values virt_wifi: Return micros for BSS TSF values --- 2021-03-18 A. Cody Schuffelen New
[v2] virt_wifi: Return micros for BSS TSF values [v2] virt_wifi: Return micros for BSS TSF values --- 2021-03-18 A. Cody Schuffelen New
[RESEND] net: called rtnl_unlock() before runpm resumes devices [RESEND] net: called rtnl_unlock() before runpm resumes devices --- 2021-08-09 AceLan Kao New
[RFC,v5,1/5] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND [RFC,v5,1/5] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND --- 2020-03-08 Abhishek Pandit-Subedi New
[RFC,v5,2/5] Bluetooth: Handle BR/EDR devices during suspend [RFC,v5,1/5] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND --- 2020-03-08 Abhishek Pandit-Subedi New
[RFC,v5,4/5] Bluetooth: Pause discovery and advertising during suspend [RFC,v5,1/5] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND --- 2020-03-08 Abhishek Pandit-Subedi New
[RFC,v6,3/5] Bluetooth: Handle LE devices during suspend [RFC,v6,1/5] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND --- 2020-03-11 Abhishek Pandit-Subedi New
[RFC,v6,5/5] Bluetooth: Add mgmt op set_wake_capable [RFC,v6,1/5] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND --- 2020-03-11 Abhishek Pandit-Subedi New
[2/2] Bluetooth: Fix incorrect branch in connection complete Untitled series #42820 --- 2020-03-20 Abhishek Pandit-Subedi New
[RFC,1/1] Bluetooth: Update add_device to accept flags [RFC,1/1] Bluetooth: Update add_device to accept flags --- 2020-03-20 Abhishek Pandit-Subedi New
[v2,1/1] Bluetooth: Prioritize SCO traffic [v2,1/1] Bluetooth: Prioritize SCO traffic --- 2020-03-20 Abhishek Pandit-Subedi New
[1/1] Bluetooth: Update add_device with wakeable actions [1/1] Bluetooth: Update add_device with wakeable actions --- 2020-03-26 Abhishek Pandit-Subedi New
[1/2] Bluetooth: Fix incorrect type for window and interval Bluetooth: Update LE scanning parameters for suspend --- 2020-05-13 Abhishek Pandit-Subedi New
[2/3] Bluetooth: Add hook for driver to prevent wake from suspend Untitled series #41574 --- 2020-05-13 Abhishek Pandit-Subedi New
[2/4] Bluetooth: Replace wakeable list with flag Untitled series #40857 --- 2020-06-17 Abhishek Pandit-Subedi New
[3/4] Bluetooth: Replace wakeable in hci_conn_params Untitled series #40857 --- 2020-06-17 Abhishek Pandit-Subedi New
Bluetooth: Add hci_dev_lock to get/set device flags Bluetooth: Add hci_dev_lock to get/set device flags --- 2020-06-20 Abhishek Pandit-Subedi New
« 1 2 ... 229 230 231 232 »