summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-036-25/+61
|\
| * Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-11-201-0/+44
| |\
| | * genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah2019-11-161-0/+44
| * | genirq: Fix function documentation of __irq_alloc_descs()luanshi2019-11-151-1/+1
| * | irq_work: Fix IRQ_WORK_BUSY bit clearingFrederic Weisbecker2019-11-151-0/+1
| * | irq_work: Slightly simplify IRQ_WORK_PENDING clearingFrederic Weisbecker2019-11-111-4/+3
| * | irq_work: Fix irq_work_claim() memory orderingFrederic Weisbecker2019-11-111-15/+7
| * | irq_work: Convert flags to atomic_tFrederic Weisbecker2019-11-114-12/+12
* | | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-12-022-28/+38
|\ \ \
| * | | kheaders: explain why include/config/autoconf.h is excluded from md5sumMasahiro Yamada2019-11-111-2/+9
| * | | kheaders: remove the last bashism to allow sh to run itMasahiro Yamada2019-11-112-7/+8
| * | | kheaders: optimize header copy for in-tree buildsMasahiro Yamada2019-11-111-7/+9
| * | | kheaders: optimize md5sum calculation for in-tree buildsMasahiro Yamada2019-11-111-16/+16
| * | | kheaders: remove unneeded 'cat' command piped to 'head' / 'tail'Masahiro Yamada2019-11-111-4/+4
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-013-2/+6
|\ \ \
| * | | kernel: sysctl: make drop_caches write-onlyJohannes Weiner2019-12-011-1/+1
| * | | fork: support VMAP_STACK with KASAN_VMALLOCDaniel Axtens2019-12-011-0/+4
| * | | mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu2019-12-011-1/+1
* | | | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-017-103/+173
|\ \ \ \
| * | | | y2038: alarm: fix half-second cut-offArnd Bergmann2019-11-251-1/+1
| * | | | y2038: allow disabling time32 system callsArnd Bergmann2019-11-151-0/+23
| * | | | y2038: itimer: change implementation to timespec64Arnd Bergmann2019-11-151-62/+96
| * | | | y2038: move itimer reset into itimer.cArnd Bergmann2019-11-151-2/+13
| * | | | y2038: use compat_{get,set}_itimer on alphaArnd Bergmann2019-11-151-2/+2
| * | | | y2038: itimer: compat handling to itimer.cArnd Bergmann2019-11-152-31/+35
| * | | | y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann2019-11-151-11/+9
| * | | | y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-152-2/+2
| * | | | y2038: rusage: use __kernel_old_timevalArnd Bergmann2019-11-151-2/+2
| * | | | y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann2019-11-151-3/+3
| * | | | y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-152-3/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-12-011-1305/+0
|\ \ \ \ \
| * | | | | sysctl: Remove the sysctl system callEric W. Biederman2019-11-261-1305/+0
* | | | | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-6/+22
|\ \ \ \ \ \
| * | | | | | seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner2019-10-101-6/+22
* | | | | | | Merge tag 'audit-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-301-7/+8
|\ \ \ \ \ \ \
| * | | | | | | audit: remove redundant condition check in kauditd_thread()Yunfeng Ye2019-10-251-2/+2
| * | | | | | | audit: Report suspicious O_CREAT usageKees Cook2019-10-031-5/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'kgdb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2019-11-305-177/+208
|\ \ \ \ \ \ \
| * | | | | | | kdb: Tweak escape handling for vi usersDaniel Thompson2019-10-281-2/+2
| * | | | | | | kdb: Improve handling of characters from different input sourcesDaniel Thompson2019-10-281-19/+19
| * | | | | | | kdb: Remove special case logic from kdb_read()Daniel Thompson2019-10-283-42/+42
| * | | | | | | kdb: Simplify code to fetch characters from consoleDaniel Thompson2019-10-281-24/+14
| * | | | | | | kdb: Tidy up code to handle escape sequencesDaniel Thompson2019-10-281-61/+67
| * | | | | | | kdb: Avoid array subscript warnings on non-SMP buildsDaniel Thompson2019-10-241-1/+1
| * | | | | | | kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson2019-10-103-12/+43
| * | | | | | | kdb: Fix "btc <cpu>" crash if the CPU didn't round upDouglas Anderson2019-10-101-27/+34
| * | | | | | | kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt boolDouglas Anderson2019-10-101-8/+6
| * | | | | | | kgdb: Remove unused DCPU_SSTEP definitionDouglas Anderson2019-10-101-1/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-301-2/+2
|\ \ \ \ \ \ \
| * | | | | | | kexec: Fix pointer-to-int-cast warningsHelge Deller2019-11-011-2/+2