summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: dhry: use ktime_ms_delta() helperGeert Uytterhoeven2024-02-221-1/+1
* lib: dhry: remove unneeded <linux/mutex.h>Geert Uytterhoeven2024-02-221-1/+0
* ptrace_attach: shift send(SIGSTOP) into ptrace_set_stopped()Oleg Nesterov2024-02-221-8/+5
* flex_proportions: remove unused fprop_local_singleKemeng Shi2024-02-222-109/+0
* lib/sort: optimize heapsort with double-pop variationKuan-Wei Chiu2024-02-221-4/+14
* lib/sort: optimize heapsort for equal elements in sift-down pathKuan-Wei Chiu2024-02-221-1/+1
* user_namespace: remove unnecessary NULL values from kbufLi zeming2024-02-221-1/+1
* sysctl: allow to change limits for posix messages queuesAlexey Gladkov2024-02-221-0/+36
* docs: add information about ipc sysctls limitationsAlexey Gladkov2024-02-221-3/+11
* sysctl: allow change system v ipc sysctls inside ipc namespaceAlexey Gladkov2024-02-221-2/+35
* lib min_heap: optimize number of comparisons in min_heapify()Kuan-Wei Chiu2024-02-221-20/+22
* lib min_heap: optimize number of calls to min_heapify()Kuan-Wei Chiu2024-02-221-1/+1
* panic: suppress gnu_printf warningBaoquan He2024-02-221-0/+5
* lib/win_minmax: fix header commentsRandy Dunlap2024-02-221-2/+2
* ocfs2: spelling fixYongzhen Zhang2024-02-221-1/+1
* bcache: use of hlist_count_nodes()Pierre Gondois2024-02-221-7/+1
* binder: use of hlist_count_nodes()Pierre Gondois2024-02-221-3/+1
* list: add hlist_count_nodes()Pierre Gondois2024-02-221-0/+15
* selftests: add eventfd selftestsWen Yang2024-02-223-0/+195
* treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-2216-17/+17
* arch and include: update LLVM Phabricator linksNathan Chancellor2024-02-224-5/+5
* bounds: support non-power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)2024-02-221-1/+1
* Linux 6.8-rc5v6.8-rc5Linus Torvalds2024-02-181-1/+1
* Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-02-189-32/+33
|\
| * kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann2024-02-151-11/+2
| * modpost: trim leading spaces when processing source files listRadek Krejci2024-02-151-1/+6
| * gen_compile_commands: fix invalid escape sequence warningAndrew Ballance2024-02-151-1/+1
| * kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor2024-02-151-2/+7
| * docs: kconfig: Fix grammar and formattingThorsten Blum2024-02-151-3/+3
| * kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada2024-02-154-14/+14
* | Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-181-5/+18
|\ \
| * | x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl2024-02-121-5/+18
* | | Merge tag 'irq_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-184-26/+47
|\ \ \
| * | | irqchip/gic-v3-its: Fix GICv4.1 VPE affinity updateMarc Zyngier2024-02-131-9/+13
| * | | irqchip/gic-v3-its: Restore quirk probing for ACPI-based systemsMarc Zyngier2024-02-131-1/+2
| * | | irqchip/gic-v3-its: Handle non-coherent GICv4 redistributorsMarc Zyngier2024-02-131-12/+25
| * | | irqchip/qcom-mpm: Fix IS_ERR() vs NULL check in qcom_mpm_init()Dan Carpenter2024-02-131-2/+2
| * | | irqchip/loongson-eiointc: Use correct struct type in eiointc_domain_alloc()Bibo Mao2024-02-131-1/+1
| * | | irqchip/irq-brcmstb-l2: Add write memory barrier before exitDoug Berger2024-02-131-1/+4
| | |/ | |/|
* | | Merge tag 'i2c-for-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-184-13/+17
|\ \ \
| * \ \ Merge tag 'i2c-host-fixes-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang2024-02-174-13/+17
| |\ \ \ | | |/ / | |/| |
| | * | i2c: i801: Fix block process call transactionsJean Delvare2024-02-141-2/+2
| | * | i2c: pasemi: split driver into two separate modulesArnd Bergmann2024-02-142-4/+8
| | * | i2c: qcom-geni: Correct I2C TRE sequenceViken Dadhaniya2024-02-121-7/+7
* | | | Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-02-1724-33/+77
|\ \ \ \
| * | | | powerpc/iommu: Fix the missing iommu_group_put() during platform domain attachShivaprasad G Bhat2024-02-141-1/+3
| * | | | powerpc/pseries: fix accuracy of stolen timeShrikanth Hegde2024-02-141-2/+6
| * | | | powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao2024-02-145-8/+22
| * | | | powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-EDavid Engraf2024-02-141-1/+2
| * | | | powerpc/kasan: Limit KASAN thread size increase to 32KBMichael Ellerman2024-02-141-1/+1