summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula2024-06-241-3/+5
* cpumask: make core headers including cpumask_types.h where possibleYury Norov2024-06-2410-10/+10
* cpumask: cleanup core headers inclusionYury Norov2024-06-2410-10/+0
* sched: drop sched.h dependency on cpumaskYury Norov2024-06-241-2/+3
* cpumask: split out include/linux/cpumask_types.hYury Norov2024-06-242-55/+67
* sched: avoid using ilog2() in sched.hYury Norov2024-06-241-1/+1
* lib min_heap: update min_heap_push() to use min_heap_sift_up()Kuan-Wei Chiu2024-06-241-8/+1
* lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu2024-06-241-7/+7
* lib min_heap: update min_heap_push() and min_heap_pop() to return bool valuesKuan-Wei Chiu2024-06-241-4/+8
* lib min_heap: add min_heap_del()Kuan-Wei Chiu2024-06-241-0/+24
* lib min_heap: add min_heap_sift_up()Kuan-Wei Chiu2024-06-241-0/+20
* lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu2024-06-241-25/+26
* lib min_heap: add min_heap_full()Kuan-Wei Chiu2024-06-241-0/+10
* lib min_heap: add min_heap_peek()Kuan-Wei Chiu2024-06-241-0/+10
* lib min_heap: add min_heap_init()Kuan-Wei Chiu2024-06-241-0/+15
* lib min_heap: add type safe interfaceKuan-Wei Chiu2024-06-241-28/+51
* include/linux/jhash.h: fix typosWei-Hsin Yeh2024-06-241-3/+3
* Merge tag 'i2c-for-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-231-2/+22
|\
| * i2c: Add nop fwnode operationsSakari Ailus2024-06-211-2/+22
* | Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-231-0/+5
|\ \
| * | memblock: use numa_valid_node() helper to check for invalid node IDMike Rapoport (IBM)2024-06-161-0/+5
* | | Merge tag 'spi-fix-v6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-06-221-2/+3
|\ \ \
| * | | spi: Fix OCTAL mode supportPatrice Chotard2024-06-181-2/+3
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-06-211-1/+3
|\ \ \ \
| * | | | scsi: core: Introduce the BLIST_SKIP_IO_HINTS flagBart Van Assche2024-06-131-1/+3
* | | | | Merge tag 'net-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-204-1/+29
|\ \ \ \ \
| * | | | | netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter coreJianguo Wu2024-06-191-0/+3
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-143-1/+26
| |\ \ \ \ \
| | * | | | | bpf: Harden __bpf_kfunc tag against linker kfunc removalTony Ambardar2024-06-141-1/+1
| | * | | | | compiler_types.h: Define __retain for __attribute__((__retain__))Tony Ambardar2024-06-141-0/+23
| | * | | | | bpf: Fix reg_set_min_max corruption of fake_regDaniel Borkmann2024-06-131-0/+2
* | | | | | | Merge tag 'lsm-pr-20240617' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-06-172-3/+4
|\ \ \ \ \ \ \
| * | | | | | | ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-132-3/+4
* | | | | | | | Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-174-11/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | kcov: don't lose track of remote references during softirqsAleksandr Nogikh2024-06-151-0/+2
| * | | | | | | | mm: huge_memory: fix misused mapping_large_folio_support() for anon foliosRan Xiaokai2024-06-151-0/+4
| * | | | | | | | lib/alloc_tag: fix RCU imbalance in pgalloc_tag_get()Suren Baghdasaryan2024-06-151-3/+8
| * | | | | | | | Revert "mm: init_mlocked_on_free_v3"David Hildenbrand2024-06-151-8/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-171-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker2024-06-061-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'usb-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-06-161-9/+38
|\ \ \ \ \ \ \
| * | | | | | | kcov, usb: disable interrupts in kcov_remote_start_usb_softirqAndrey Konovalov2024-06-041-9/+38
| |/ / / / / /
* | | | | | | Merge tag 'driver-core-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-06-162-2/+9
|\ \ \ \ \ \ \
| * | | | | | | sysfs: Unbreak the build around sysfs_bin_attr_simple_read()Lukas Wunner2024-06-041-0/+9
| * | | | | | | driver core: remove devm_device_add_groups()Greg Kroah-Hartman2024-06-041-2/+0
| |/ / / / / /
* | | | | | | Merge tag 'firewire-fixes-6.10-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-06-161-44/+69
|\ \ \ \ \ \ \
| * | | | | | | firewire: core: record card index in bus_reset_handle tracepoints eventTakashi Sakamoto2024-06-151-3/+6
| * | | | | | | firewire: core: record card index in tracepoinrts events derived from bus_res...Takashi Sakamoto2024-06-151-9/+12
| * | | | | | | firewire: core: record card index in async_phy_inbound tracepoints eventTakashi Sakamoto2024-06-151-3/+5
| * | | | | | | firewire: core: record card index in async_phy_outbound_complete tracepoints ...Takashi Sakamoto2024-06-151-3/+6