summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2024-06-25iio: imu: adis: remove legacy lock helpersNuno Sa-10/+0
2024-06-25iio: imu: adis: add cleanup based lock helpersNuno Sa-0/+4
2024-06-25iio: imu: adis: move to the cleanup magicNuno Sa-41/+13
2024-06-25iio: adc: ad_sigma_delta: add disable_one callbackDumitru Ceclan-0/+14
2024-06-25netfilter: nf_tables: do not store nft_ctx in transaction objectsFlorian Westphal-4/+39
2024-06-25netfilter: nf_tables: store chain pointer in rule transactionFlorian Westphal-0/+3
2024-06-25netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal-1/+1
2024-06-25netfilter: nf_tables: compact chain+ft transaction objectsFlorian Westphal-2/+2
2024-06-25netfilter: nf_tables: move bind list_head into relevant subtypesFlorian Westphal-8/+18
2024-06-25netfilter: nf_tables: make struct nft_trans first member of derived subtypesFlorian Westphal-70/+92
2024-06-25linux/syscalls.h: add missing __user annotationsArnd Bergmann-9/+9
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann-1/+1
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann-1/+1
2024-06-25firewire: ohci: add tracepoints event for hardIRQ eventTakashi Sakamoto-1/+32
2024-06-25firewire: ohci: add support for Linux kernel tracepointsTakashi Sakamoto-0/+17
2024-06-25fbdev: mmp: Constify struct mmp_overlay_opsChristophe JAILLET-2/+2
2024-06-25drm/connector: hdmi: shorten too long function nameDmitry Baryshkov-1/+1
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang-1/+1
2024-06-25fs: Export in_group_or_capable()Youling Tang-0/+2
2024-06-25af_unix: Remove U_LOCK_GC_LISTENER.Kuniyuki Iwashima-12/+0
2024-06-25af_unix: Remove U_LOCK_DIAG.Kuniyuki Iwashima-1/+0
2024-06-25af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect().Kuniyuki Iwashima-1/+0
2024-06-25xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert-26/+10
2024-06-25Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman-3/+0
2024-06-24kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula-3/+5
2024-06-24cpumask: make core headers including cpumask_types.h where possibleYury Norov-10/+10
2024-06-24cpumask: cleanup core headers inclusionYury Norov-10/+0
2024-06-24sched: drop sched.h dependency on cpumaskYury Norov-2/+3
2024-06-24cpumask: split out include/linux/cpumask_types.hYury Norov-55/+67
2024-06-24sched: avoid using ilog2() in sched.hYury Norov-1/+1
2024-06-24lib min_heap: update min_heap_push() to use min_heap_sift_up()Kuan-Wei Chiu-8/+1
2024-06-24lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu-7/+7
2024-06-24lib min_heap: update min_heap_push() and min_heap_pop() to return bool valuesKuan-Wei Chiu-4/+8
2024-06-24lib min_heap: add min_heap_del()Kuan-Wei Chiu-0/+24
2024-06-24lib min_heap: add min_heap_sift_up()Kuan-Wei Chiu-0/+20
2024-06-24lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu-25/+26
2024-06-24lib min_heap: add min_heap_full()Kuan-Wei Chiu-0/+10
2024-06-24lib min_heap: add min_heap_peek()Kuan-Wei Chiu-0/+10
2024-06-24lib min_heap: add min_heap_init()Kuan-Wei Chiu-0/+15
2024-06-24lib min_heap: add type safe interfaceKuan-Wei Chiu-28/+51
2024-06-24include/linux/jhash.h: fix typosWei-Hsin Yeh-3/+3
2024-06-24mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge-5/+4
2024-06-24mm: convert page type macros to enumStephen Brennan-9/+12
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu-0/+5
2024-06-24io_uring: remove dead struct io_submit_state memberJens Axboe-1/+0
2024-06-24net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.Sebastian Andrzej Siewior-0/+42
2024-06-24net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior-10/+49
2024-06-24seg6: Use nested-BH locking for seg6_bpf_srh_states.Sebastian Andrzej Siewior-0/+1
2024-06-24dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior-0/+1
2024-06-24net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior-12/+48