Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | kheaders: optimize header copy for in-tree builds | Masahiro Yamada | 2019-11-11 | 1 | -7/+9 | |
| * | | | | | | | | kheaders: optimize md5sum calculation for in-tree builds | Masahiro Yamada | 2019-11-11 | 1 | -16/+16 | |
| * | | | | | | | | kheaders: remove unneeded 'cat' command piped to 'head' / 'tail' | Masahiro Yamada | 2019-11-11 | 1 | -4/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-12-02 | 3 | -2/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kernel: sysctl: make drop_caches write-only | Johannes Weiner | 2019-12-01 | 1 | -1/+1 | |
| * | | | | | | | | fork: support VMAP_STACK with KASAN_VMALLOC | Daniel Axtens | 2019-12-01 | 1 | -0/+4 | |
| * | | | | | | | | mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area | Gaowei Pu | 2019-12-01 | 1 | -1/+1 | |
* | | | | | | | | | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/... | Linus Torvalds | 2019-12-01 | 7 | -103/+173 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | y2038: alarm: fix half-second cut-off | Arnd Bergmann | 2019-11-25 | 1 | -1/+1 | |
| * | | | | | | | | | y2038: allow disabling time32 system calls | Arnd Bergmann | 2019-11-15 | 1 | -0/+23 | |
| * | | | | | | | | | y2038: itimer: change implementation to timespec64 | Arnd Bergmann | 2019-11-15 | 1 | -62/+96 | |
| * | | | | | | | | | y2038: move itimer reset into itimer.c | Arnd Bergmann | 2019-11-15 | 1 | -2/+13 | |
| * | | | | | | | | | y2038: use compat_{get,set}_itimer on alpha | Arnd Bergmann | 2019-11-15 | 1 | -2/+2 | |
| * | | | | | | | | | y2038: itimer: compat handling to itimer.c | Arnd Bergmann | 2019-11-15 | 2 | -31/+35 | |
| * | | | | | | | | | y2038: time: avoid timespec usage in settimeofday() | Arnd Bergmann | 2019-11-15 | 1 | -11/+9 | |
| * | | | | | | | | | y2038: syscalls: change remaining timeval to __kernel_old_timeval | Arnd Bergmann | 2019-11-15 | 2 | -2/+2 | |
| * | | | | | | | | | y2038: rusage: use __kernel_old_timeval | Arnd Bergmann | 2019-11-15 | 1 | -2/+2 | |
| * | | | | | | | | | y2038: uapi: change __kernel_time_t to __kernel_old_time_t | Arnd Bergmann | 2019-11-15 | 1 | -3/+3 | |
| * | | | | | | | | | y2038: remove CONFIG_64BIT_TIME | Arnd Bergmann | 2019-11-15 | 2 | -3/+3 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2019-12-01 | 1 | -1305/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sysctl: Remove the sysctl system call | Eric W. Biederman | 2019-11-26 | 1 | -1305/+0 | |
* | | | | | | | | | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-12-01 | 1 | -6/+22 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE | Christian Brauner | 2019-10-10 | 1 | -6/+22 | |
* | | | | | | | | | | | Merge tag 'audit-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-01 | 1 | -7/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | audit: remove redundant condition check in kauditd_thread() | Yunfeng Ye | 2019-10-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | audit: Report suspicious O_CREAT usage | Kees Cook | 2019-10-03 | 1 | -5/+6 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'kgdb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan... | Linus Torvalds | 2019-12-01 | 5 | -177/+208 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kdb: Tweak escape handling for vi users | Daniel Thompson | 2019-10-28 | 1 | -2/+2 | |
| * | | | | | | | | | | | kdb: Improve handling of characters from different input sources | Daniel Thompson | 2019-10-28 | 1 | -19/+19 | |
| * | | | | | | | | | | | kdb: Remove special case logic from kdb_read() | Daniel Thompson | 2019-10-28 | 3 | -42/+42 | |
| * | | | | | | | | | | | kdb: Simplify code to fetch characters from console | Daniel Thompson | 2019-10-28 | 1 | -24/+14 | |
| * | | | | | | | | | | | kdb: Tidy up code to handle escape sequences | Daniel Thompson | 2019-10-28 | 1 | -61/+67 | |
| * | | | | | | | | | | | kdb: Avoid array subscript warnings on non-SMP builds | Daniel Thompson | 2019-10-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | kdb: Fix stack crawling on 'running' CPUs that aren't the master | Douglas Anderson | 2019-10-10 | 3 | -12/+43 | |
| * | | | | | | | | | | | kdb: Fix "btc <cpu>" crash if the CPU didn't round up | Douglas Anderson | 2019-10-10 | 1 | -27/+34 | |
| * | | | | | | | | | | | kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt bool | Douglas Anderson | 2019-10-10 | 1 | -8/+6 | |
| * | | | | | | | | | | | kgdb: Remove unused DCPU_SSTEP definition | Douglas Anderson | 2019-10-10 | 1 | -1/+0 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-11-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kexec: Fix pointer-to-int-cast warnings | Helge Deller | 2019-11-01 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2019-11-30 | 2 | -11/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add wake_up_interruptible_sync_poll_locked() | David Howells | 2019-10-31 | 1 | -0/+23 | |
| * | | | | | | | | | | | Remove the nr_exclusive argument from __wake_up_sync_key() | David Howells | 2019-10-23 | 2 | -11/+5 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 2019-11-30 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | mm/hmm: define the pre-processor related parts of hmm.h even if disabled | Jason Gunthorpe | 2019-11-24 | 1 | -1/+0 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 2019-11-28 | 8 | -172/+183 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | dma-mapping: treat dev->bus_dma_mask as a DMA limit | Nicolas Saenz Julienne | 2019-11-21 | 1 | -14/+13 | |
| * | | | | | | | | | | | Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel... | Christoph Hellwig | 2019-11-21 | 1 | -7/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | dma-direct: exclude dma_direct_map_resource from the min_low_pfn check | Christoph Hellwig | 2019-11-20 | 2 | -3/+3 | |
| * | | | | | | | | | | | | dma-direct: don't check swiotlb=force in dma_direct_map_resource | Christoph Hellwig | 2019-11-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | dma-debug: clean up put_hash_bucket() | Dan Carpenter | 2019-11-20 | 1 | -11/+9 |