index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
alpha
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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
10
-10
/
+8
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-26
alpha: switch to NO_BOOTMEM
Mike Rapoport
2
-88
/
+14
2018-10-25
Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-188
/
+183
2018-08-24
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-27
/
+24
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-11
sys: don't hold uts_sem while accessing userspace memory
Jann Horn
1
-27
/
+24
2018-07-22
alpha: fix osf_wait4() breakage
Al Viro
1
-4
/
+1
2018-06-04
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-82
/
+28
2018-05-22
alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2
Sinan Kaya
1
-7
/
+7
2018-05-22
alpha: simplify get_arch_dma_ops
Christoph Hellwig
1
-3
/
+1
2018-05-22
alpha: use dma_direct_ops for jensen
Christoph Hellwig
1
-33
/
+0
2018-04-25
signal/alpha: Use force_sig_fault where appropriate
Eric W. Biederman
1
-8
/
+1
2018-04-25
signal/alpha: Use send_sig_fault where appropriate
Eric W. Biederman
3
-79
/
+24
2018-04-25
signal/alpha: Replace TRAP_FIXME with TRAP_UNK
Eric W. Biederman
1
-2
/
+2
2018-04-25
signal/alpha: Replace FPE_FIXME with FPE_FLTUNK
Eric W. Biederman
2
-2
/
+2
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
3
-0
/
+8
2018-04-17
signal/alpha: Document a conflict with SI_USER for SIGFPE
Eric W. Biederman
1
-1
/
+1
2018-04-07
alpha: Implement CPU vulnerabilities sysfs functions.
Michael Cree
2
-1
/
+46
2018-04-07
alpha: rtc: stop validating rtc_time in .read_time
Alexandre Belloni
1
-1
/
+1
2018-04-07
alpha: rtc: remove unused set_mmss ops
Alexandre Belloni
1
-99
/
+0
2018-04-07
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
3
-11
/
+10
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
1
-1
/
+1
2018-03-28
alpha: get rid of pointless insn in ret_from_kernel_thread
Al Viro
1
-1
/
+0
2018-03-28
alpha: switch pci syscalls to SYSCALL_DEFINE
Al Viro
2
-10
/
+10
2018-03-16
perf: Fix sibling iteration
Peter Zijlstra
1
-1
/
+1
2018-03-12
perf/core: Remove perf_event::group_entry
Peter Zijlstra
1
-1
/
+1
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2018-02-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
5
-9
/
+16
2018-01-31
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-36
/
+36
2018-01-31
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-0
/
+1
2018-01-25
alpha: osf_sys.c: use timespec64 where appropriate
Arnd Bergmann
1
-34
/
+34
2018-01-25
alpha: osf_sys.c: fix put_tv32 regression
Arnd Bergmann
1
-2
/
+2
2018-01-20
alpha: fix crash if pthread_create races with signal delivery
Mikulas Patocka
1
-1
/
+2
2018-01-20
alpha: fix formating of stack content
Mikulas Patocka
1
-4
/
+9
2018-01-20
alpha: fix reboot on Avanti platform
Mikulas Patocka
1
-1
/
+2
2018-01-20
alpha: deprecate pci_get_bus_and_slot()
Sinan Kaya
2
-2
/
+2
2018-01-20
alpha: osf_sys.c: use timespec64 where appropriate
Arnd Bergmann
1
-34
/
+34
2018-01-20
alpha: osf_sys.c: fix put_tv32 regression
Arnd Bergmann
1
-2
/
+2
2018-01-20
alpha: make thread_saved_pc static
Tobias Klauser
1
-1
/
+1
2018-01-20
alpha/PCI: Fix noname IRQ level detection
Lorenzo Pieralisi
1
-6
/
+29
2018-01-11
alpha/PCI: Deprecate pci_get_bus_and_slot()
Sinan Kaya
2
-2
/
+2
2017-12-18
vgacon: Set VGA struct resource types
Bjorn Helgaas
1
-0
/
+1
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
[next]