| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-10-25 | 1 | -0/+1 |
|\ |
|
| * | y2038: Remove stat64 family from default syscall set | Arnd Bergmann | 2018-08-29 | 1 | -0/+1 |
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-10-24 | 1 | -1/+0 |
|\ \ |
|
| * | | vmlinux.lds.h: Move LSM_TABLE into INIT_DATA | Kees Cook | 2018-10-11 | 1 | -1/+0 |
| |/ |
|
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-10-24 | 2 | -29/+13 |
|\ \ |
|
| * | | signal/arc: Use force_sig_fault where appropriate | Eric W. Biederman | 2018-09-27 | 1 | -15/+5 |
| * | | signal/arc: Push siginfo generation into unhandled_exception | Eric W. Biederman | 2018-09-27 | 1 | -14/+8 |
| |/ |
|
* | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-10-22 | 2 | -33/+12 |
|\ \ |
|
| * | | dma-mapping: consolidate the dma mmap implementations | Christoph Hellwig | 2018-09-20 | 2 | -23/+4 |
| * | | dma-mapping: merge direct and noncoherent ops | Christoph Hellwig | 2018-09-20 | 2 | -10/+8 |
* | | | ARC: clone syscall to setp r25 as thread pointer | Vineet Gupta | 2018-10-05 | 1 | -0/+20 |
* | | | ARC: build: Don't set CROSS_COMPILE in arch's Makefile | Alexey Brodkin | 2018-09-18 | 1 | -9/+1 |
* | | | ARC: fix spelling mistake "entires" -> "entries" | Colin Ian King | 2018-09-14 | 1 | -1/+1 |
* | | | ARC: build: Get rid of toolchain check | Alexey Brodkin | 2018-09-13 | 1 | -14/+0 |
* | | | ARCv2: build: use mcpu=hs38 iso generic mcpu=archs | Vineet Gupta | 2018-09-10 | 1 | -1/+1 |
|/ / |
|
* | | ARC: don't check for HIGHMEM pages in arch_dma_alloc | Eugeniy Paltsev | 2018-09-04 | 1 | -18/+14 |
* | | ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabled | Eugeniy Paltsev | 2018-09-04 | 1 | -0/+13 |
* | | ARC: dma [IOC] Enable per device io coherency | Eugeniy Paltsev | 2018-09-04 | 3 | -40/+50 |
* | | ARC: dma [IOC]: mark DMA devices connected as dma-coherent | Eugeniy Paltsev | 2018-08-31 | 3 | -0/+56 |
* | | ARC: atomics: unbork atomic_fetch_##op() | Will Deacon | 2018-08-31 | 1 | -1/+1 |
* | | arc: remove redundant GCC version checks | Masahiro Yamada | 2018-08-31 | 1 | -9/+1 |
* | | ARC: sort Kconfig | Vineet Gupta | 2018-08-27 | 1 | -5/+5 |
* | | ARC: cleanup show_faulting_vma() | Eugeniy Paltsev | 2018-08-27 | 1 | -9/+4 |
* | | ARC: [plat-axs*]: Enable SWAP | Alexey Brodkin | 2018-08-27 | 3 | -3/+0 |
* | | ARC: [plat-axs*/plat-hsdk]: Allow U-Boot to pass MAC-address to the kernel | Alexey Brodkin | 2018-08-27 | 2 | -2/+12 |
* | | ARC: configs: cleanup | Alexey Brodkin | 2018-08-27 | 16 | -28/+0 |
|/ |
|
* | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 2018-08-24 | 1 | -1/+1 |
* | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 2018-08-18 | 1 | -1/+3 |
* | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-08-15 | 2 | -24/+0 |
|\ |
|
| * | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig | 2018-08-02 | 1 | -2/+0 |
| * | Kconfig: consolidate the "Kernel hacking" menu | Christoph Hellwig | 2018-08-02 | 2 | -6/+0 |
| * | kconfig: include common Kconfig files from top-level Kconfig | Christoph Hellwig | 2018-08-02 | 1 | -16/+0 |
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-08-13 | 2 | -47/+5 |
|\ \ |
|
| * \ | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2018-07-25 | 24 | -47/+112 |
| |\ \ |
|
| * | | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe | Masami Hiramatsu | 2018-06-21 | 1 | -2/+3 |
| * | | | ARC/kprobes: Don't call the ->break_handler() in ARC kprobes code | Masami Hiramatsu | 2018-06-21 | 1 | -7/+0 |
| * | | | ARC/kprobes: Remove jprobe implementation | Masami Hiramatsu | 2018-06-21 | 2 | -38/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-08-13 | 1 | -69/+17 |
|\ \ \ |
|
| * | | | atomics/treewide: Clean up '*_andnot()' ifdeffery | Mark Rutland | 2018-06-21 | 1 | -4/+4 |
| * | | | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -0/+1 |
| * | | | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -11/+0 |
| * | | | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -10/+0 |
| * | | | atomics/arc: Define atomic64_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -13/+12 |
| * | | | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -28/+0 |
| * | | | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 2018-06-21 | 1 | -1/+0 |
| * | | | atomics/treewide: Remove redundant atomic_inc_not_zero() definitions | Mark Rutland | 2018-06-21 | 1 | -2/+0 |
| * | | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -2/+2 |
| |/ / |
|
* | | | arc: fix type warnings in arc/mm/cache.c | Randy Dunlap | 2018-07-30 | 1 | -3/+4 |
* | | | arc: fix build errors in arc/include/asm/delay.h | Randy Dunlap | 2018-07-30 | 1 | -0/+3 |
* | | | arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.c | Randy Dunlap | 2018-07-30 | 1 | -2/+4 |