aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-06-25fbdev: mmp: Constify struct mmp_overlay_opsChristophe JAILLET1-2/+2
2024-06-25drm/connector: hdmi: shorten too long function nameDmitry Baryshkov1-1/+1
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang1-1/+1
2024-06-25fs: Export in_group_or_capable()Youling Tang1-0/+2
2024-06-25af_unix: Remove U_LOCK_GC_LISTENER.Kuniyuki Iwashima1-12/+0
2024-06-25af_unix: Remove U_LOCK_DIAG.Kuniyuki Iwashima1-1/+0
2024-06-25af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect().Kuniyuki Iwashima1-1/+0
2024-06-25xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert1-26/+10
2024-06-25Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman1-3/+0
2024-06-24kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula1-3/+5
2024-06-24cpumask: make core headers including cpumask_types.h where possibleYury Norov10-10/+10
2024-06-24cpumask: cleanup core headers inclusionYury Norov10-10/+0
2024-06-24sched: drop sched.h dependency on cpumaskYury Norov1-2/+3
2024-06-24cpumask: split out include/linux/cpumask_types.hYury Norov2-55/+67
2024-06-24sched: avoid using ilog2() in sched.hYury Norov1-1/+1
2024-06-24lib min_heap: update min_heap_push() to use min_heap_sift_up()Kuan-Wei Chiu1-8/+1
2024-06-24lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu1-7/+7
2024-06-24lib min_heap: update min_heap_push() and min_heap_pop() to return bool valuesKuan-Wei Chiu1-4/+8
2024-06-24lib min_heap: add min_heap_del()Kuan-Wei Chiu1-0/+24
2024-06-24lib min_heap: add min_heap_sift_up()Kuan-Wei Chiu1-0/+20
2024-06-24lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu1-25/+26
2024-06-24lib min_heap: add min_heap_full()Kuan-Wei Chiu1-0/+10
2024-06-24lib min_heap: add min_heap_peek()Kuan-Wei Chiu1-0/+10
2024-06-24lib min_heap: add min_heap_init()Kuan-Wei Chiu1-0/+15
2024-06-24lib min_heap: add type safe interfaceKuan-Wei Chiu1-28/+51
2024-06-24include/linux/jhash.h: fix typosWei-Hsin Yeh1-3/+3
2024-06-24mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge1-5/+4
2024-06-24mm: convert page type macros to enumStephen Brennan1-9/+12
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu1-0/+5
2024-06-24io_uring: remove dead struct io_submit_state memberJens Axboe1-1/+0
2024-06-24net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.Sebastian Andrzej Siewior1-0/+42
2024-06-24net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior2-10/+49
2024-06-24seg6: Use nested-BH locking for seg6_bpf_srh_states.Sebastian Andrzej Siewior1-0/+1
2024-06-24dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior1-0/+1
2024-06-24net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior3-12/+48
2024-06-24net/ipv4: Use nested-BH locking for ipv4_tcp_sk.Sebastian Andrzej Siewior1-0/+5
2024-06-24locking/local_lock: Add local nested BH locking infrastructure.Sebastian Andrzej Siewior3-0/+44
2024-06-24locking/local_lock: Introduce guard definition for local_lock.Sebastian Andrzej Siewior1-0/+11
2024-06-25firewire: core: add tracepoints events for completions of packets in isochron...Takashi Sakamoto1-0/+78
2024-06-25firewire: core: add tracepoints events for queueing packets of isochronous co...Takashi Sakamoto1-0/+79
2024-06-25firewire: core: add tracepoints events for flushing completions of isochronou...Takashi Sakamoto1-0/+36
2024-06-25firewire: core: add tracepoints events for flushing of isochronous contextTakashi Sakamoto1-0/+36
2024-06-25firewire: core: add tracepoints events for starting/stopping of isochronous c...Takashi Sakamoto1-0/+108
2024-06-25firewire: core: add tracepoints events for setting channels of multichannel c...Takashi Sakamoto1-0/+21
2024-06-25firewire: core: add tracepoints events for allocation/deallocation of isochro...Takashi Sakamoto1-0/+105
2024-06-24nvmet-fc: implement host_traddr()Hannes Reinecke1-0/+4
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu1-3/+3
2024-06-24nvme: fix status magic numbersWeiwen Hu1-2/+12
2024-06-24slab: delete useless RED_INACTIVE and RED_ACTIVEChengming Zhou1-5/+2
2024-06-24block: fix the blk_queue_nonrot polarityChristoph Hellwig1-1/+1