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
/
alpha
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-14
alpha: fix hang caused by the bootmem removal
Mike Rapoport
2
-3
/
+4
2018-11-10
Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
3
-1
/
+29
2018-11-08
arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
H. Peter Anvin (Intel)
3
-1
/
+29
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
11
-19
/
+29
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
12
-12
/
+9
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
1
-2
/
+1
2018-10-31
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
4
-8
/
+8
2018-10-31
memblock: replace __alloc_bootmem with memblock_alloc_from
Mike Rapoport
3
-4
/
+4
2018-10-31
memblock: replace alloc_bootmem_node with memblock_alloc_node
Mike Rapoport
1
-2
/
+2
2018-10-31
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
1
-1
/
+0
2018-10-31
mm: remove CONFIG_NO_BOOTMEM
Mike Rapoport
1
-1
/
+0
2018-10-31
treewide: remove current_text_addr
Nick Desaulniers
1
-6
/
+0
2018-10-29
Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-0
/
+2
2018-10-26
alpha: switch to NO_BOOTMEM
Mike Rapoport
4
-188
/
+29
2018-10-25
Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-188
/
+183
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2018-10-03
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
Eric W. Biederman
1
-1
/
+0
2018-10-02
tty/serial_core: add ISO7816 infrastructure
Nicolas Ferre
1
-0
/
+2
2018-08-29
y2038: Compile utimes()/futimesat() conditionally
Arnd Bergmann
1
-0
/
+1
2018-08-29
y2038: Remove newstat family from default syscall set
Arnd Bergmann
1
-0
/
+1
2018-08-24
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-27
/
+24
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-1
/
+2
2018-08-16
alpha: unify the glue for sigreturn-like syscalls
Al Viro
1
-20
/
+10
2018-08-16
alpha: use alpha_ni_syscall only for syscall zero
Al Viro
2
-168
/
+173
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
-27
/
+1
2018-08-15
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-44
/
+20
2018-08-11
sys: don't hold uts_sem while accessing userspace memory
Jann Horn
1
-27
/
+24
2018-08-02
kconfig: include kernel/Kconfig.preempt from init/Kconfig
Christoph Hellwig
1
-0
/
+1
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
-20
/
+0
2018-07-25
locking/atomics: Rework ordering barriers
Mark Rutland
1
-4
/
+4
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+1
2018-07-22
alpha: fix osf_wait4() breakage
Al Viro
1
-4
/
+1
2018-07-18
kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS
Laura Abbott
1
-1
/
+1
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
3
-51
/
+0
2018-07-04
net: Add a new socket option for a future transmit time.
Richard Cochran
1
-0
/
+3
2018-06-21
atomics/treewide: Make conditional inc/dec ops optional
Mark Rutland
1
-0
/
+1
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
-12
/
+0
2018-06-21
atomics/alpha: Define atomic64_fetch_add_unless()
Mark Rutland
1
-11
/
+12
2018-06-21
atomics/treewide: Make atomic_fetch_add_unless() optional
Mark Rutland
1
-1
/
+1
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-12
alpha: Remove custom dec_and_lock() implementation
Sebastian Andrzej Siewior
3
-51
/
+0
2018-06-06
Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2018-06-04
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-92
/
+4
2018-06-04
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
[next]