Request to cherry-pick 20401d1058f3f841f35a594ac2fc1293710e55b9 to v5.10 and v5.4
2022-09-02 13:59 UTC (2+ messages)
` [PATCH] ipc: replace costly bailout check in sysvipc_find_ipc()
linux-next: manual merge of the mm tree with the block tree
2022-09-02 13:58 UTC (5+ messages)
[PATCH v2 1/2] drm/tests: Split drm_framebuffer_create_test into parameterized tests
2022-09-02 13:56 UTC (9+ messages)
` [PATCH v2 2/2] drm/tests: Change "igt_" prefix to "test_drm_"
[PATCH net-next 00/22] refactor the walk and lookup hook functions in tc_action_ops
2022-09-02 13:53 UTC (3+ messages)
` [PATCH net-next 01/22] net: sched: act_api: implement generic walker and search for tc action
[PATCH v1] mm/gup: adjust stale comment for RCU GUP-fast
2022-09-02 13:53 UTC (10+ messages)
[RFC PATCH v2] erofs: support uncompressed pcluster with more than 1 block
2022-09-02 13:50 UTC
[PATCH net] net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()
2022-09-02 13:41 UTC
[PATCH] mtd: spi-nor: fix memory leak when using debugfs_lookup()
2022-09-02 13:37 UTC
[PATCH] livepatch: Move error print out of lock protection in klp_enable_patch()
2022-09-02 13:36 UTC (4+ messages)
[PATCH v5 0/2] lib/string_helpers: Introduce parse_int_array_user()
2022-09-02 13:32 UTC (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] ASoC: SOF: Remove strsplit_u32() and tokenize_input()
[PATCH v8 0/3] thunderbolt: add vendor's NVM formats
2022-09-02 13:32 UTC (3+ messages)
` [PATCH v8 3/3] thunderbolt: To extend ASMedia "
[PATCH v2] ASoC: rsnd: Add check for rsnd_mod_power_on
2022-09-02 13:30 UTC (2+ messages)
[PATCH bpf-next v10 00/23] Introduce eBPF support for HID devices
2022-09-02 13:29 UTC (24+ messages)
` [PATCH bpf-next v10 01/23] selftests/bpf: regroup and declare similar kfuncs selftests in an array
` [PATCH bpf-next v10 02/23] bpf: split btf_check_subprog_arg_match in two
` [PATCH bpf-next v10 03/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v10 04/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v10 05/23] bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
` [PATCH bpf-next v10 06/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v10 07/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v10 08/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v10 09/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v10 10/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v10 11/23] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v10 12/23] HID: initial BPF implementation
` [PATCH bpf-next v10 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v10 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v10 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v10 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v10 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v10 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v10 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v10 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v10 21/23] samples/bpf: HID: add new hid_mouse example
` [PATCH bpf-next v10 22/23] samples/bpf: HID: add Surface Dial example
` [PATCH bpf-next v10 23/23] Documentation: add HID-BPF docs
[PATCH v2 0/5] riscv: add PREEMPT_RT support
2022-09-02 13:29 UTC (4+ messages)
[PATCH] kernel/panic: Drop unblank_screen call
2022-09-02 13:29 UTC (4+ messages)
[PATCH v2 2/6] x86/sgx: Do not consider unsanitized pages an error
2022-09-02 13:26 UTC (6+ messages)
[PATCH v6 00/10] Add support for i.MXRT1170-evk
2022-09-02 13:26 UTC (4+ messages)
[PATCH 00/14] misc: fastrpc: Add audiopd support and some fixes
2022-09-02 13:25 UTC (16+ messages)
` [PATCH 01/14] misc: fastrpc: Fix use-after-free and race in fastrpc_map_find
` [PATCH 02/14] misc: fastrpc: Don't remove map on creater_process and device_release
` [PATCH 03/14] misc: fastrpc: Fix use-after-free race condition for maps
` [PATCH 04/14] misc: fastrpc: Rename audio protection domain to root
` [PATCH 05/14] misc: fastrpc: Add reserved mem support
` [PATCH 06/14] dt-bindings: misc: fastrpc: Document memory-region property
` [PATCH 07/14] misc: fastrpc: Add fastrpc_remote_heap_alloc
` [PATCH 08/14] misc: fastrpc: Use fastrpc_map_put in fastrpc_map_create on fail
` [PATCH 09/14] misc: fastrpc: Rework fastrpc_req_munmap
` [PATCH 10/14] misc: fastrpc: Add support for audiopd
` [PATCH 11/14] misc: fastrpc: Safekeep mmaps on interrupted invoke
` [PATCH 12/14] misc: fastrpc: Add mmap request assigning for static PD pool
` [PATCH 13/14] misc: fastrpc: Remove unnecessary if braces in fastrpc_internal_invoke
` [PATCH 14/14] misc: fastrpc: Add dma_mask to fastrpc_channel_ctx
[PATCH 0/4] firmware: Add support for Qualcomm UEFI Secure Application
2022-09-02 13:18 UTC (5+ messages)
[PATCH v3 00/19] Variety of fixes and new features for mr75203 driver
2022-09-02 13:18 UTC (6+ messages)
` [PATCH v3 14/19] dt-bindings: hwmon: (mr75203) add "moortec,ts-series" property
` [PATCH v3 14/19] dt-bindings: hwmon: (mr75203) add "moortec, ts-series" property
[PATCH v4 1/3] dt-bindings: iio: adc: ti,tsc2046: add vref-supply property
2022-09-02 13:13 UTC (3+ messages)
` [PATCH v4 2/3] iio: adc: tsc2046: add vref support
` [PATCH v4 3/3] iio: adc: tsc2046: silent spi_device_id warning
[PATCH 3/3] iio: temperature: mlx90632 Change return value of sensor measurement channel
2022-09-02 13:13 UTC
[PATCH 2/3] iio: temperature: mlx90632 Read sampling frequency
2022-09-02 13:13 UTC
[PATCH 1/3] iio: temperature: mlx90632 Add runtime powermanagement modes
2022-09-02 13:12 UTC
[PATCH 0/3] iio: temperature: mlx90632: Add powermanagement
2022-09-02 13:12 UTC
[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
2022-09-02 13:11 UTC (11+ messages)
` [PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context
[PATCH] drm/amd/display: fix memory leak when using debugfs_lookup()
2022-09-02 13:10 UTC (2+ messages)
[PATCH] kbuild: use objtool-args-y to clean up objtool arguments
2022-09-02 13:08 UTC
[PATCH v2 00/59] x86/retbleed: Call depth tracking mitigation
2022-09-02 13:07 UTC (60+ messages)
` [PATCH v2 01/59] x86/paravirt: Ensure proper alignment
` [PATCH v2 02/59] x86/cpu: Remove segment load from switch_to_new_gdt()
` [PATCH v2 03/59] x86/cpu: Get rid of redundant switch_to_new_gdt() invocations
` [PATCH v2 04/59] x86/cpu: Re-enable stackprotector
` [PATCH v2 05/59] x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()
` [PATCH v2 06/59] x86/vdso: Ensure all kernel code is seen by objtool
` [PATCH v2 07/59] x86: Sanitize linker script
` [PATCH v2 08/59] x86/build: Ensure proper function alignment
` [PATCH v2 09/59] x86/asm: "
` [PATCH v2 10/59] x86/error_inject: Align function properly
` [PATCH v2 11/59] x86/paravirt: Properly align PV functions
` [PATCH v2 12/59] x86/entry: Align SYM_CODE_START() variants
` [PATCH v2 13/59] crypto: x86/camellia: Remove redundant alignments
` [PATCH v2 14/59] crypto: x86/cast5: "
` [PATCH v2 15/59] crypto: x86/crct10dif-pcl: "
` [PATCH v2 16/59] crypto: x86/serpent: "
` [PATCH v2 17/59] crypto: x86/sha1: Remove custom alignments
` [PATCH v2 18/59] crypto: x86/sha256: "
` [PATCH v2 19/59] crypto: x86/sm[34]: Remove redundant alignments
` [PATCH v2 20/59] crypto: twofish: "
` [PATCH v2 21/59] crypto: x86/poly1305: Remove custom function alignment
` [PATCH v2 22/59] x86: Put hot per CPU variables into a struct
` [PATCH v2 23/59] x86/percpu: Move preempt_count next to current_task
` [PATCH v2 24/59] x86/percpu: Move cpu_number "
` [PATCH v2 25/59] x86/percpu: Move current_top_of_stack "
` [PATCH v2 26/59] x86/percpu: Move irq_stack variables "
` [PATCH v2 27/59] x86/softirq: Move softirq pending next to current task
` [PATCH v2 28/59] objtool: Allow !PC relative relocations
` [PATCH v2 29/59] objtool: Track init section
` [PATCH v2 30/59] objtool: Add .call_sites section
` [PATCH v2 31/59] objtool: Add --hacks=skylake
` [PATCH v2 32/59] objtool: Allow STT_NOTYPE -> STT_FUNC+0 tail-calls
` [PATCH v2 33/59] objtool: Fix find_{symbol,func}_containing()
` [PATCH v2 34/59] objtool: Allow symbol range comparisons for IBT/ENDBR
` [PATCH v2 35/59] x86/entry: Make sync_regs() invocation a tail call
` [PATCH v2 36/59] ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
` [PATCH v2 37/59] x86/putuser: Provide room for padding
` [PATCH v2 38/59] x86/Kconfig: Add CONFIG_CALL_THUNKS
` [PATCH v2 39/59] x86/Kconfig: Introduce function padding
` [PATCH v2 40/59] x86/retbleed: Add X86_FEATURE_CALL_DEPTH
` [PATCH v2 41/59] x86/alternatives: Provide text_poke_copy_locked()
` [PATCH v2 42/59] x86/entry: Make some entry symbols global
` [PATCH v2 43/59] x86/paravirt: Make struct paravirt_call_site unconditionally available
` [PATCH v2 44/59] x86/callthunks: Add call patching for call depth tracking
` [PATCH v2 45/59] x86/modules: Add call patching
` [PATCH v2 46/59] x86/returnthunk: Allow different return thunks
` [PATCH v2 47/59] x86/asm: Provide ALTERNATIVE_3
` [PATCH v2 48/59] x86/retbleed: Add SKL return thunk
` [PATCH v2 49/59] x86/retpoline: Add SKL retthunk retpolines
` [PATCH v2 50/59] x86/retbleed: Add SKL call thunk
` [PATCH v2 51/59] x86/calldepth: Add ret/call counting for debug
` [PATCH v2 52/59] static_call: Add call depth tracking support
` [PATCH v2 53/59] kallsyms: Take callthunks into account
` [PATCH v2 54/59] x86/orc: Make it callthunk aware
` [PATCH v2 55/59] x86/bpf: Emit call depth accounting if required
` [PATCH v2 56/59] x86/ftrace: Remove ftrace_epilogue()
` [PATCH v2 57/59] x86/ftrace: Rebalance RSB
` [PATCH v2 58/59] x86/ftrace: Make it call depth tracking aware
` [PATCH v2 59/59] x86/retbleed: Add call depth tracking mitigation
[PATCH] coresight: cti-sysfs: Mark coresight_cti_reg_store() as __maybe_unused
2022-09-02 13:03 UTC (2+ messages)
[mkp-scsi:for-next 61/69] drivers/scsi/qla2xxx/qla_os.c:2854:25: error: implicit declaration of function 'trace_array_get_by_name'; did you mean 'trace_array_set_clr_event'?
2022-09-02 13:02 UTC
[PATCH 1/2] debugfs: add debugfs_lookup_and_remove()
2022-09-02 12:59 UTC (4+ messages)
` [PATCH 2/2] sched/debug: fix dentry leak in update_sched_domain_debugfs
[PATCH] mm/damon/dbgfs: fix memory leak when using debugfs_lookup()
2022-09-02 12:56 UTC
[PATCH char-misc-testing] misc: microchip: pci1xxxx: fix the build issue due to missing depends on PCI in the Kconfig file
2022-09-02 12:52 UTC (2+ messages)
[PATCH] arm64: dts: imx8mp-verdin: board regulators: add always-on
2022-09-02 12:50 UTC (4+ messages)
[PATCH 1/1] sched/debug: fix dentry leak in update_sched_domain_debugfs
2022-09-02 12:47 UTC (8+ messages)
[PATCH] pinctrl: ocelot: Fix interrupt controller
2022-09-02 12:43 UTC
[PATCH v2 0/9] gpio: Get rid of ARCH_NR_GPIOS (v2)
2022-09-02 12:42 UTC (2+ messages)
` [PATCH v2 5/9] gpiolib: Get rid of ARCH_NR_GPIOS
[PATCH v2 00/10] firmware: arm_ffa: Refactoring and initial/minor v1.1 update
2022-09-02 12:40 UTC (7+ messages)
` [PATCH v2 01/10] firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_dev
` [PATCH v2 05/10] firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supported
` [PATCH v2 07/10] firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops
` [PATCH v2 08/10] firmware: arm_ffa: Add v1.1 get_partition_info support
` [PATCH v2 09/10] firmware: arm_ffa: Set up 32bit execution mode flag using partiion property
` [PATCH v2 10/10] firmware: arm_ffa: Split up ffa_ops into info, message and memory operations
[PATCH 00/23] Convert to filemap_get_folios_tag()
2022-09-02 12:29 UTC (5+ messages)
` [PATCH 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
[PATCH 5.10 00/37] 5.10.141-rc1 review
2022-09-02 12:19 UTC (4+ messages)
` [PATCH 5.10 16/37] bpf: Dont redirect packets with invalid pkt_len
` [PATCH 5.10 24/37] drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid
` [PATCH 5.10 36/37] net/af_packet: check len when min_header_len equals to 0
[PATCH 5.19 00/72] 5.19.7-rc1 review
2022-09-02 12:19 UTC (19+ messages)
` [PATCH 5.19 01/72] drm/vc4: hdmi: Rework power up
` [PATCH 5.19 02/72] drm/vc4: hdmi: Depends on CONFIG_PM
` [PATCH 5.19 04/72] crypto: lib - remove unneeded selection of XOR_BLOCKS
` [PATCH 5.19 07/72] Bluetooth: L2CAP: Fix build errors in some archs
` [PATCH 5.19 11/72] media: pvrusb2: fix memory leak in pvr_probe
` [PATCH 5.19 13/72] HID: hidraw: fix memory leak in hidraw_release()
` [PATCH 5.19 14/72] net: fix refcount bug in sk_psock_get (2)
` [PATCH 5.19 17/72] bpf: Dont redirect packets with invalid pkt_len
` [PATCH 5.19 20/72] HID: input: fix uclogic tablets
` [PATCH 5.19 30/72] mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx
` [PATCH 5.19 33/72] ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path
` [PATCH 5.19 36/72] drm/amd/display: Add a missing register field for HPO DP stream encoder
` [PATCH 5.19 41/72] drm/amd/display: clear optc underflow before turn off odm clock
` [PATCH 5.19 44/72] drm/amdkfd: Handle restart of kfd_ioctl_wait_events
` [PATCH 5.19 54/72] drm/amd/pm: add missing ->fini_xxxx interfaces for some SMU13 asics
` [PATCH 5.19 55/72] drm/amd/display: Fix pixel clock programming
` [PATCH 5.19 67/72] btrfs: fix lockdep splat with reloc root extent buffers
` [PATCH 5.19 70/72] net/af_packet: check len when min_header_len equals to 0
[PATCH 5.15 00/73] 5.15.65-rc1 review
2022-09-02 12:19 UTC (14+ messages)
` [PATCH 5.15 13/73] io_uring: refactor poll update
` [PATCH 5.15 24/73] kbuild: Fix include path in scripts/Makefile.modpost
` [PATCH 5.15 46/73] btrfs: remove root argument from btrfs_unlink_inode()
` [PATCH 5.15 47/73] btrfs: remove no longer needed logic for replaying directory deletes
` [PATCH 5.15 48/73] btrfs: add and use helper for unlinking inode during log replay
` [PATCH 5.15 51/73] ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path
` [PATCH 5.15 52/73] drm/amd/display: Avoid MPC infinite loop
` [PATCH 5.15 54/73] drm/amd/display: For stereo keep "FLIP_ANY_FRAME"
` [PATCH 5.15 59/73] ksmbd: dont remove dos attribute xattr on O_TRUNC open
` [PATCH 5.15 61/73] drm/amd/display: Fix pixel clock programming
` [PATCH 5.15 62/73] drm/amdgpu: Increase tlb flush timeout for sriov
` [PATCH 5.15 66/73] btrfs: move lockdep class helpers to locking.c
` [PATCH 5.15 68/73] btrfs: tree-checker: check for overlapping extent items
[PATCH 4.19 00/56] 4.19.257-rc1 review
2022-09-02 12:19 UTC (5+ messages)
` [PATCH 4.19 06/56] sched/deadline: Fix stale throttling on de-/boosted tasks
` [PATCH 4.19 19/56] net: Fix data-races around weight_p and dev_weight_[rt]x_bias
` [PATCH 4.19 40/56] selftests/bpf: Fix test_align verifier log patterns
` [PATCH 4.19 53/56] s390/hypfs: avoid error message under KVM
[PATCH 5.4 00/77] 5.4.212-rc1 review
2022-09-02 12:19 UTC (5+ messages)
` [PATCH 5.4 30/77] net: Fix a data-race around sysctl_net_busy_poll
` [PATCH 5.4 47/77] perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMU
` [PATCH 5.4 52/77] kbuild: Fix include path in scripts/Makefile.modpost
` [PATCH 5.4 55/77] udmabuf: Set the DMA mask for the udmabuf device (v2)
[PATCH 4.14 00/42] 4.14.292-rc1 review
2022-09-02 12:19 UTC (3+ messages)
` [PATCH 4.14 16/42] net: Fix a data-race around sysctl_net_busy_read
` [PATCH 4.14 37/42] mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®