summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-07-31lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai
2024-07-31scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALLDavid Vernet
2024-07-31hwmon: (max6697) Drop platform data supportGuenter Roeck
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long
2024-07-31minmax: fix up min3() and max3() tooLinus Torvalds
2024-07-31rcu: Better define "atomic" for list replacementPaul E. McKenney
2024-07-31Add support for PIO p flagPatrick Rohr
2024-07-31soundwire: bus: drop unused driver name fieldJohan Hovold
2024-07-30net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn
2024-07-30Union-Find: add a new module in kernel libraryXavier
2024-07-30cgroup/cpuset: Remove cpuset_slab_spread_rotorXiu Jianfeng
2024-07-30bpf: kprobe: Remove unused declaring of bpf_kprobe_overrideMenglong Dong
2024-07-30Merge tag 'v6.11-rc1' into for-6.12Tejun Heo
2024-07-30minmax: improve macro expansion and type checkingLinus Torvalds
2024-07-30ata: libata: Print quirks applied to devicesDamien Le Moal
2024-07-30ata: libata: Use QUIRK instead of HORKAGEDamien Le Moal
2024-07-29bpf: no_caller_saved_registers attribute for helper callsEduard Zingerman
2024-07-29bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song
2024-07-29lsm: infrastructure management of the perf_event security blobCasey Schaufler
2024-07-29lsm: infrastructure management of the infiniband blobCasey Schaufler
2024-07-29lsm: infrastructure management of the dev_tun blobCasey Schaufler
2024-07-29lsm: infrastructure management of the key security blobCasey Schaufler
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai
2024-07-29signal: Remove task argument from dequeue_signal()Thomas Gleixner
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner
2024-07-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau
2024-07-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-29bpf: Track equal scalars history on per-instruction levelEduard Zingerman
2024-07-29iio: core: add accessors 'masklength'Nuno Sa
2024-07-29profiling: attempt to remove per-cpu profile flip bufferLinus Torvalds
2024-07-29genirq/msi: Silence 'set affinity failed' warningMarek Vasut
2024-07-29sched/core: Fix picking of tasks for core scheduling with DL serverJoel Fernandes (Google)
2024-07-29sched/deadline: Deferrable dl serverDaniel Bristot de Oliveira
2024-07-29sched/deadline: Comment sched_dl_entity::dl_server variableDaniel Bristot de Oliveira
2024-07-29perf/x86: Add hw_perf_event::aux_configPeter Zijlstra
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-07-29x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K
2024-07-28minmax: simplify min()/max()/clamp() implementationLinus Torvalds
2024-07-29rcu/nocb: Remove SEGCBLIST_KTHREAD_CBFrederic Weisbecker
2024-07-29rcu/nocb: Remove SEGCBLIST_RCU_COREFrederic Weisbecker
2024-07-29rcu/nocb: Introduce RCU_NOCB_LOCKDEP_WARN()Frederic Weisbecker
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_...Valentin Schneider
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu()Valentin Schneider
2024-07-29context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching()Valentin Schneider
2024-07-29context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHINGValentin Schneider
2024-07-29treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*Valentin Schneider
2024-07-29spi: bitbang: Implement support for MOSI idle state configurationMarcelo Schmitt
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds