Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
| * | | | | | | | | | | | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 2019-11-20 | 1 | -7/+7 | |
| * | | | | | | | | | | | dma-debug: increase HASH_SIZE | Eric Dumazet | 2019-11-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | dma-debug: reorder struct dma_debug_entry fields | Eric Dumazet | 2019-11-11 | 1 | -7/+7 | |
| * | | | | | | | | | | | dma-mapping: merge the generic remapping helpers into dma-direct | Christoph Hellwig | 2019-11-11 | 2 | -61/+48 | |
| * | | | | | | | | | | | dma-direct: provide mmap and get_sgtable method overrides | Christoph Hellwig | 2019-11-11 | 4 | -47/+75 | |
| * | | | | | | | | | | | dma-direct: remove the dma_handle argument to __dma_direct_alloc_pages | Christoph Hellwig | 2019-11-07 | 2 | -3/+3 | |
| * | | | | | | | | | | | dma-direct: remove __dma_direct_free_pages | Christoph Hellwig | 2019-11-07 | 2 | -10/+5 | |
| * | | | | | | | | | | | kernel: dma-contiguous: mark CMA parameters __initdata/__initconst | Shyam Saini | 2019-10-30 | 1 | -4/+5 | |
| * | | | | | | | | | | | dma-debug: add a schedule point in debug_dma_dump_mappings() | Eric Dumazet | 2019-10-30 | 1 | -0/+1 | |
| * | | | | | | | | | | | dma-mapping: fix handling of dma-ranges for reserved memory (again) | Vladimir Murzin | 2019-10-30 | 1 | -7/+9 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2019-11-27 | 20 | -145/+1071 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | tracing: Use xarray for syscall trace events | Hassan Naveed | 2019-11-23 | 1 | -7/+25 | |
| * | | | | | | | | | | tracing: Adding new functions for kernel access to Ftrace instances | Divya Indi | 2019-11-23 | 3 | -22/+102 | |
| * | | | | | | | | | | tracing: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-11-23 | 1 | -4/+4 |