index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-22
Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
12
-137
/
+113
2018-08-21
parisc: Add hardware description to stack traces
Helge Deller
1
-0
/
+2
2018-08-21
parisc: Fix boot failure of 64-bit kernel
Helge Deller
3
-27
/
+15
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-17
parisc: Consolidate unwind initialization calls
Helge Deller
4
-57
/
+36
2018-08-17
parisc: Update comments in syscall.S regarding wide userland
Helge Deller
1
-10
/
+3
2018-08-17
parisc: Fix ptraced 64-bit applications to call 64-bit syscalls
Helge Deller
1
-4
/
+18
2018-08-17
parisc: Restore possibility to execute 64-bit applications
Helge Deller
6
-39
/
+39
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/masahiroy/linux-kbuild
Linus Torvalds
2
-32
/
+0
2018-08-13
Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
20
-436
/
+260
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-107
/
+0
2018-08-13
parisc: Fix and improve kernel stack unwinding
Helge Deller
10
-232
/
+88
2018-08-13
parisc: Remove unnecessary barriers from spinlock.h
John David Anglin
1
-6
/
+2
2018-08-13
parisc: Remove ordered stores from syscall.S
John David Anglin
1
-12
/
+12
2018-08-13
parisc: prefer _THIS_IP_ and _RET_IP_ statement expressions
Nick Desaulniers
1
-2
/
+2
2018-08-13
parisc: Add HAVE_REGS_AND_STACK_ACCESS_API feature
Helge Deller
3
-0
/
+112
2018-08-13
parisc: Drop architecture-specific ENOTSUP define
Helge Deller
1
-1
/
+0
2018-08-13
parisc: use generic dma_noncoherent_ops
Christoph Hellwig
4
-139
/
+16
2018-08-13
parisc: always use flush_kernel_dcache_range for DMA cache maintainance
Christoph Hellwig
1
-3
/
+3
2018-08-13
parisc: merge pcx_dma_ops and pcxl_dma_ops
Christoph Hellwig
4
-59
/
+43
2018-08-11
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2018-08-10
lib/ubsan: remove null-pointer checks
Andrey Ryabinin
1
-1
/
+0
2018-08-09
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-1
/
+40
2018-08-08
parisc: Define mb() and add memory barriers to assembler unlock sequences
John David Anglin
4
-0
/
+39
2018-08-08
parisc: Enable CONFIG_MLONGCALLS by default
Helge Deller
1
-1
/
+1
2018-08-02
kconfig: include kernel/Kconfig.preempt from init/Kconfig
Christoph Hellwig
1
-1
/
+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
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
7
-34
/
+17
2018-07-04
net: Add a new socket option for a future transmit time.
Richard Cochran
1
-0
/
+3
2018-06-29
parisc: Build kernel without -ffunction-sections
Helge Deller
1
-4
/
+0
2018-06-28
parisc: Reduce debug output in unwind code
Helge Deller
1
-2
/
+2
2018-06-28
parisc: Wire up io_pgetevents syscall
Helge Deller
2
-1
/
+3
2018-06-28
parisc: Default to 4 SMP CPUs
Helge Deller
1
-1
/
+1
2018-06-28
parisc: Convert printk(KERN_LEVEL) to pr_lvl()
Andy Shevchenko
1
-16
/
+9
2018-06-28
parisc: Mark 16kB and 64kB page sizes BROKEN
Helge Deller
1
-2
/
+2
2018-06-28
parisc: Drop struct sigaction from not exported header file
Helge Deller
1
-8
/
+0
2018-06-21
atomics/treewide: Make conditional inc/dec ops optional
Mark Rutland
1
-23
/
+0
2018-06-21
atomics/treewide: Make unconditional inc/dec ops optional
Mark Rutland
1
-12
/
+0
2018-06-21
atomics/treewide: Make test ops optional
Mark Rutland
1
-22
/
+0
2018-06-21
atomics/treewide: Make atomic64_fetch_add_unless() optional
Mark Rutland
1
-24
/
+0
2018-06-21
atomics/treewide: Make atomic_fetch_add_unless() optional
Mark Rutland
1
-24
/
+0
2018-06-21
atomics/treewide: Make atomic64_inc_not_zero() optional
Mark Rutland
1
-2
/
+0
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-2
/
+2
2018-06-15
arch/*: Kconfig: fix documentation for NMI watchdog
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-06
Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-2
/
+2
2018-06-04
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-52
/
+48
2018-06-04
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-11
/
+0
2018-06-04
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-8
/
+0
[next]