aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-21futex: Add sys_futex_wait()Gravatar peterz@infradead.org 2-1/+7
2023-09-21futex: Add sys_futex_wake()Gravatar peterz@infradead.org 2-1/+6
2023-09-21futex: Extend the FUTEX2 flagsGravatar peterz@infradead.org 1-3/+18
2023-09-21futex: Clarify FUTEX2 flagsGravatar peterz@infradead.org 1-3/+13
2023-09-21asm-generic: ticket-lock: Optimize arch_spin_value_unlocked()Gravatar Guo Ren 1-7/+9
2023-09-20sched: Provide rt_mutex specific scheduler helpersGravatar Peter Zijlstra 2-0/+7
2023-09-18Merge tag 'v6.6-rc2' into locking/core, to pick up fixesGravatar Ingo Molnar 713-5489/+16208
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+4
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-3/+3
2023-09-16Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 1-0/+4
2023-09-16Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+1
2023-09-15Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-09-15Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-5/+34
2023-09-14Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+6
2023-09-14drm/tests: helpers: Avoid a driver uafGravatar Thomas Hellström 1-1/+3
2023-09-13Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesGravatar Martin K. Petersen 1-3/+3
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-4/+3
2023-09-13cleanup: Make no_free_ptr() __must_checkGravatar Peter Zijlstra 1-3/+36
2023-09-13i2c: Drop legacy callback .probe_new()Gravatar Uwe Kleine-König 1-10/+1
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Gravatar Kuniyuki Iwashima 1-0/+5
2023-09-12ipv6: fix ip6_sock_set_addr_preferences() typoGravatar Eric Dumazet 1-1/+1
2023-09-12x86/ibt: Suppress spurious ENDBRGravatar Peter Zijlstra 1-0/+5
2023-09-12linux/export: fix reference to exported functions for parisc64Gravatar Masahiro Yamada 1-0/+2
2023-09-11tracing/synthetic: Fix order of struct trace_dynamic_infoGravatar Steven Rostedt (Google) 1-3/+3
2023-09-11thermal: Constify the trip argument of the .get_trend() zone callbackGravatar Rafael J. Wysocki 1-2/+2
2023-09-11Merge tag 'drm-misc-next-fixes-2023-09-11' of git://anongit.freedesktop.org/d...Gravatar Daniel Vetter 1-4/+31
2023-09-11ata: libata: disallow dev-initiated LPM transitions to unsupported statesGravatar Niklas Cassel 1-0/+4
2023-09-09Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 1-0/+1
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-5/+5
2023-09-09spnego: add missing OID to oid registryGravatar Steve French 1-0/+1
2023-09-08Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayGravatar Linus Torvalds 1-0/+18
2023-09-08tracing: Remove unused trace_event_file dir fieldGravatar Steven Rostedt (Google) 1-1/+0
2023-09-08Merge tag 'thermal-6.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-17/+34
2023-09-08Merge tag 'sound-fix-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+3
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 2-0/+6
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Gravatar Palmer Dabbelt 1-0/+2
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 12-32/+56
2023-09-07Merge tag 'devicetree-fixes-for-6.6-1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2023-09-07Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2023-09-07Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 2-20/+1
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-12/+45
2023-09-07buffer: Make bh_offset() work for compound pagesGravatar Matthew Wilcox (Oracle) 1-1/+4
2023-09-07Revert "net: team: do not use dynamic lockdep key"Gravatar Jakub Kicinski 1-29/+1
2023-09-07Merge tag 'nf-23-09-06' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Paolo Abeni 1-0/+1
2023-09-07drm/drm_exec: Work around a WW mutex lockdep oddityGravatar Thomas Hellström 1-4/+31
2023-09-06net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Gravatar Lukasz Majewski 1-0/+1
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-25/+180