summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-09-13sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra
2023-09-13cleanup: Make no_free_ptr() __must_checkPeter Zijlstra
2023-09-13smp: Change function signatures to use call_single_data_tLeonardo Bras
2023-09-13power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaintKai-Heng Feng
2023-09-13i2c: Drop legacy callback .probe_new()Uwe Kleine-König
2023-09-12x86/numa: Introduce numa_fill_memblks()Alison Schofield
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet
2023-09-12x86/ibt: Suppress spurious ENDBRPeter Zijlstra
2023-09-12linux/export: fix reference to exported functions for parisc64Masahiro Yamada
2023-09-12KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker
2023-09-12iio: Remove unused declarationsYue Haibing
2023-09-12platform/x86: asus-wmi: add support for ASUS screenpadLuke D. Jones
2023-09-12gpiolib: make gpiochip_get_desc() publicBartosz Golaszewski
2023-09-11lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet
2023-09-11fs: factor out d_mark_tmpfile()Kent Overstreet
2023-09-11sched: Add task_struct->faults_disabled_mappingKent Overstreet
2023-09-11PCI/AER: Export pcie_aer_is_native()Smita Koralahalli
2023-09-11tracing/synthetic: Fix order of struct trace_dynamic_infoSteven Rostedt (Google)
2023-09-11rcu: Add RCU CPU stall notifierPaul E. McKenney
2023-09-11xfs: remove CPU hotplug infrastructureDarrick J. Wong
2023-09-11thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki
2023-09-11fbdev/core: Unexport logo helpersThomas Zimmermann
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein
2023-09-11drivers: meson: sm: correct meson_sm_* API retval handlingAlexey Romanov
2023-09-11wifi: mac80211: Use flexible array in struct ieee80211_tim_ieJeff Johnson
2023-09-11gpiolib: remove unnecessary extern specifiers from the driver headerBartosz Golaszewski
2023-09-11gpiolib: remove stray newline in gpio/driver.hBartosz Golaszewski
2023-09-11gpiolib: unexport gpiod_set_transitory()Bartosz Golaszewski
2023-09-11lib/raid6: Drop IA64 supportArd Biesheuvel
2023-09-11kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-09-11gpio: pca953x: Drop unused fields in struct pca953x_platform_dataAndy Shevchenko
2023-09-11ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel
2023-09-09Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-09-09spnego: add missing OID to oid registrySteve French
2023-09-08Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)
2023-09-08Merge tag 'thermal-6.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-09-08bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu objYonghong Song
2023-09-08bpf: Add BPF_KPTR_PERCPU as a field typeYonghong Song
2023-09-08bpf: Add support for non-fix-size percpu mem allocationYonghong Song
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-07Merge tag 'devicetree-fixes-for-6.6-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-09-07Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-07Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-09-07buffer: Make bh_offset() work for compound pagesMatthew Wilcox (Oracle)