Age | Commit message (Expand) | Author | Files | Lines |
2018-10-22 | sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS. | David S. Miller | 2 | -6/+2 |
2018-10-22 | sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code. | David S. Miller | 1 | -8/+1 |
2018-10-22 | sparc: Inline VDSO gettime code aggressively. | David S. Miller | 1 | -22/+17 |
2018-10-22 | sparc: Improve VDSO instruction patching. | David S. Miller | 7 | -52/+68 |
2018-10-22 | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -3/+3 |
2018-10-19 | sparc: Fix parport build warnings. | David S. Miller | 1 | -0/+2 |
2018-10-17 | sparc: vDSO: Silence an uninitialized variable warning | Dan Carpenter | 1 | -1/+3 |
2018-10-17 | sparc: Fix syscall fallback bugs in VDSO. | David S. Miller | 1 | -1/+11 |
2018-10-15 | Revert "sparc: Convert to using %pOFn instead of device_node.name" | David S. Miller | 4 | -51/+51 |
2018-10-14 | sparc64: Set %l4 properly on trap return after handling signals. | David S. Miller | 1 | -1/+2 |
2018-10-14 | sparc64: Make proc_id signed. | David S. Miller | 1 | -1/+1 |
2018-10-12 | sparc: Throttle perf events properly. | David S. Miller | 1 | -0/+9 |
2018-10-12 | sparc: Fix single-pcr perf event counter management. | David S. Miller | 1 | -4/+13 |
2018-10-09 | sparc: Wire up io_pgetevents system call. | David S. Miller | 3 | -4/+5 |
2018-10-07 | sparc64: fix fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
2018-10-07 | sparc32: fix fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
2018-10-07 | sparc: vdso: clean-up vdso Makefile | Masahiro Yamada | 1 | -5/+3 |
2018-10-07 | sparc64: viohs: Remove VLA usage | Kees Cook | 1 | -3/+9 |
2018-10-07 | sparc: Convert to using %pOFn instead of device_node.name | Rob Herring | 4 | -51/+51 |
2018-10-03 | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE | Eric W. Biederman | 1 | -1/+0 |
2018-10-03 | signal/sparc: Move EMT_TAGOVF into the generic siginfo.h | Eric W. Biederman | 1 | -6/+0 |
2018-10-02 | tty/serial_core: add ISO7816 infrastructure | Nicolas Ferre | 1 | -0/+2 |
2018-09-20 | dma-mapping: merge direct and noncoherent ops | Christoph Hellwig | 2 | -3/+3 |
2018-09-07 | of: make default address and size cells sizes private | Rob Herring | 1 | -3/+0 |
2018-09-02 | sparc: set a default 32-bit dma mask for OF devices | Christoph Hellwig | 2 | -0/+7 |
2018-08-29 | y2038: utimes: Rework #ifdef guards for compat syscalls | Arnd Bergmann | 1 | -0/+1 |
2018-08-29 | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro | Arnd Bergmann | 1 | -1/+0 |
2018-08-29 | asm-generic: Move common compat types to asm-generic/compat.h | Arnd Bergmann | 1 | -17/+2 |
2018-08-29 | y2038: Remove newstat family from default syscall set | Arnd Bergmann | 1 | -0/+1 |
2018-08-27 | y2038: globally rename compat_time to old_time32 | Arnd Bergmann | 1 | -3/+3 |
2018-08-25 | Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+2 |
2018-08-24 | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -17/+25 |
2018-08-24 | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 1 | -2/+2 |
2018-08-21 | sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32 | Masahiro Yamada | 1 | -3/+3 |
2018-08-21 | sparc32: split ramdisk detection and reservation to a helper function | Mike Rapoport | 1 | -25/+31 |
2018-08-21 | sparc32: switch to NO_BOOTMEM | Mike Rapoport | 2 | -58/+21 |
2018-08-21 | sparc: mm/init_32: kill trailing whitespace | Mike Rapoport | 1 | -3/+3 |
2018-08-21 | sparc: use generic dma_noncoherent_ops | Christoph Hellwig | 3 | -165/+35 |
2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 2 | -2/+4 |
2018-08-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -6/+0 |
2018-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+3 |
2018-08-15 | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -33/+0 |
2018-08-14 | Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -6/+13 |
2018-08-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -60/+6 |
2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -87/+6 |
2018-08-11 | sys: don't hold uts_sem while accessing userspace memory | Jann Horn | 2 | -17/+25 |
2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -34/+21 |
2018-08-02 | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig | 1 | -2/+0 |
2018-08-02 | Kconfig: consolidate the "Kernel hacking" menu | Christoph Hellwig | 2 | -7/+0 |
2018-08-02 | kconfig: include common Kconfig files from top-level Kconfig | Christoph Hellwig | 1 | -24/+0 |