messages from 2022-09-02 13:00:44 to 2022-09-02 14:30:03 UTC [more...]
[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/59] x86/retbleed: Call depth tracking mitigation
2022-09-02 13:07 UTC (26+ 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 07/59] x86: Sanitize linker script
` [PATCH v2 10/59] x86/error_inject: Align function properly
` [PATCH v2 12/59] x86/entry: Align SYM_CODE_START() variants
` [PATCH v2 13/59] crypto: x86/camellia: Remove redundant alignments
` [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 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 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 35/59] x86/entry: Make sync_regs() invocation a tail call
` [PATCH v2 36/59] ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
` [PATCH v2 40/59] x86/retbleed: Add X86_FEATURE_CALL_DEPTH
` [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 50/59] x86/retbleed: Add SKL call thunk
` [PATCH v2 51/59] x86/calldepth: Add ret/call counting for debug
[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 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] pinctrl: ocelot: Fix interrupt controller
2022-09-02 12:43 UTC
[PATCH 1/1] sched/debug: fix dentry leak in update_sched_domain_debugfs
2022-09-02 12:47 UTC (8+ messages)
[PATCH net] net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()
2022-09-02 13:41 UTC
[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 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] mtd: spi-nor: fix memory leak when using debugfs_lookup()
2022-09-02 13:37 UTC
[PATCH 4.19 00/56] 4.19.257-rc1 review
2022-09-02 12:19 UTC (7+ messages)
` [PATCH 4.19 06/56] sched/deadline: Fix stale throttling on de-/boosted tasks
` [PATCH 4.19 08/56] kernel/sched: Remove dl_boosted flag comment
` [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 41/56] s390/mm: do not trigger write fault when vma does not allow VM_WRITE
` [PATCH 4.19 53/56] s390/hypfs: avoid error message under KVM
[PATCH v2 1/2] drm/tests: Split drm_framebuffer_create_test into parameterized tests
2022-09-02 13:38 UTC (8+ messages)
` [PATCH v2 2/2] drm/tests: Change "igt_" prefix to "test_drm_"
[PATCH] kbuild: use objtool-args-y to clean up objtool arguments
2022-09-02 13:08 UTC
[PATCH v2 00/10] firmware: arm_ffa: Refactoring and initial/minor v1.1 update
2022-09-02 12:40 UTC (11+ messages)
` [PATCH v2 01/10] firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_dev
` [PATCH v2 02/10] tee: optee: Drop ffa_ops in optee_ffa structure using ffa_dev->ops directly
` [PATCH v2 03/10] firmware: arm_ffa: Remove ffa_dev_ops_get()
` [PATCH v2 04/10] firmware: arm_ffa: Add support for querying FF-A features
` [PATCH v2 05/10] firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supported
` [PATCH v2 06/10] firmware: arm_ffa: Make memory apis ffa_device independent
` [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] livepatch: Move error print out of lock protection in klp_enable_patch()
2022-09-02 13:36 UTC (4+ messages)
[PATCH 5.19 00/72] 5.19.7-rc1 review
2022-09-02 12:19 UTC (16+ messages)
` [PATCH 5.19 01/72] drm/vc4: hdmi: Rework power up
` [PATCH 5.19 07/72] Bluetooth: L2CAP: Fix build errors in some archs
` [PATCH 5.19 08/72] Revert "PCI/portdrv: Dont disable AER reporting in get_port_device_capability()"
` [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 21/72] HID: add Lenovo Yoga C630 battery quirk
` [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 55/72] drm/amd/display: Fix pixel clock programming
` [PATCH 5.19 67/72] btrfs: fix lockdep splat with reloc root extent buffers
[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 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 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 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 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 5.15 00/73] 5.15.65-rc1 review
2022-09-02 12:19 UTC (22+ messages)
` [PATCH 5.15 06/73] firmware: tegra: bpmp: Do only aligned access to IPC memory area
` [PATCH 5.15 11/73] io_uring: correct fill events helpers types
` [PATCH 5.15 13/73] io_uring: refactor poll update
` [PATCH 5.15 20/73] io_uring: bump poll refs to full 31-bits
` [PATCH 5.15 24/73] kbuild: Fix include path in scripts/Makefile.modpost
` [PATCH 5.15 37/73] HID: add Lenovo Yoga C630 battery quirk
` [PATCH 5.15 44/73] mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx
` [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 49/73] btrfs: fix warning during log replay when bumping inode link count
` [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 5.15 70/73] btrfs: fix space cache corruption and potential double allocations
` [PATCH 5.15 72/73] net/af_packet: check len when min_header_len equals to 0
[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 5.4 00/77] 5.4.212-rc1 review
2022-09-02 12:19 UTC (9+ messages)
` [PATCH 5.4 04/77] usb: cdns3: Fix issue for clear halt endpoint
` [PATCH 5.4 09/77] sched/deadline: Fix stale throttling on de-/boosted tasks
` [PATCH 5.4 13/77] af_key: Do not call xfrm_probe_algs in parallel
` [PATCH 5.4 29/77] net: Fix a data-race around sysctl_tstamp_allow_data
` [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 (4+ 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
` [PATCH 4.14 40/42] netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
[PATCH 2/3] iio: temperature: mlx90632 Read sampling frequency
2022-09-02 13:13 UTC
[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 0/4] firmware: Add support for Qualcomm UEFI Secure Application
2022-09-02 13:18 UTC (5+ messages)
[PATCH] coresight: cti-sysfs: Mark coresight_cti_reg_store() as __maybe_unused
2022-09-02 13:03 UTC (2+ messages)
[PATCH 0/3] iio: temperature: mlx90632: Add powermanagement
2022-09-02 13:12 UTC
[PATCH 5.10 00/37] 5.10.141-rc1 review
2022-09-02 12:19 UTC (22+ messages)
` [PATCH 5.10 05/37] s390/mm: do not trigger write fault when vma does not allow VM_WRITE
` [PATCH 5.10 07/37] Bluetooth: L2CAP: Fix build errors in some archs
` [PATCH 5.10 08/37] Revert "PCI/portdrv: Dont disable AER reporting in get_port_device_capability()"
` [PATCH 5.10 09/37] HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
` [PATCH 5.10 10/37] udmabuf: Set the DMA mask for the udmabuf device (v2)
` [PATCH 5.10 11/37] media: pvrusb2: fix memory leak in pvr_probe
` [PATCH 5.10 12/37] HID: hidraw: fix memory leak in hidraw_release()
` [PATCH 5.10 13/37] net: fix refcount bug in sk_psock_get (2)
` [PATCH 5.10 14/37] fbdev: fb_pm2fb: Avoid potential divide by zero error
` [PATCH 5.10 17/37] mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
` [PATCH 5.10 21/37] drm/amd/display: clear optc underflow before turn off odm clock
` [PATCH 5.10 22/37] neigh: fix possible DoS due to net iface start/stop loop
` [PATCH 5.10 23/37] s390/hypfs: avoid error message under KVM
` [PATCH 5.10 25/37] drm/amd/display: Fix pixel clock programming
` [PATCH 5.10 27/37] netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
` [PATCH 5.10 31/37] xfs: remove infinite loop when reserving free block pool
` [PATCH 5.10 32/37] xfs: always succeed at setting the reserve pool size
` [PATCH 5.10 34/37] xfs: fix soft lockup via spinning in filestream ag selection loop
` [PATCH 5.10 35/37] xfs: revert "xfs: actually bump warning counts when we send warnings"
` [PATCH 5.10 36/37] net/af_packet: check len when min_header_len equals to 0
` [PATCH 5.10 37/37] net: neigh: dont call kfree_skb() under spin_lock_irqsave()
[PATCH] drm/amd/display: fix memory leak when using debugfs_lookup()
2022-09-02 13:10 UTC (2+ messages)
[PATCH] mm/damon/dbgfs: fix memory leak when using debugfs_lookup()
2022-09-02 12:56 UTC
[PATCH 3/3] iio: temperature: mlx90632 Change return value of sensor measurement channel
2022-09-02 13:13 UTC
[PATCH 1/3] iio: temperature: mlx90632 Add runtime powermanagement modes
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] arm64: dts: imx8mp-verdin: board regulators: add always-on
2022-09-02 12:50 UTC (4+ 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 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 v12 00/17] iommu: SVA and IOPF refactoring
2022-09-02 12:48 UTC (11+ messages)
` [PATCH v12 07/17] iommu: Try to allocate blocking domain when probing device
[PATCH v4 0/2] lib/string_helpers: Introduce parse_int_array_user()
2022-09-02 12:47 UTC (4+ messages)
` [PATCH v4 1/2] "
[syzbot] WARNING: CPU: NUM PID: NUM at mm/huge_memory.c:LINE split_huge_page_to_l
2022-09-02 12:32 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox