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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-07
sparc64: add custom adjtimex/clock_adjtime functions
Arnd Bergmann
2
-3
/
+62
2019-02-07
syscalls: remove obsolete __IGNORE_ macros
Arnd Bergmann
4
-28
/
+0
2019-01-25
alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls
Arnd Bergmann
3
-11
/
+8
2019-01-25
alpha: add standard statfs64/fstatfs64 syscalls
Arnd Bergmann
1
-0
/
+2
2019-01-25
arch: add pkey and rseq syscall numbers everywhere
Arnd Bergmann
12
-15
/
+28
2019-01-25
arch: add split IPC system calls where needed
Arnd Bergmann
8
-0
/
+83
2019-01-25
ipc: rename old-style shmctl/semctl/msgctl syscalls
Arnd Bergmann
7
-21
/
+21
2019-01-25
sparc64: fix sparc_ipc type conversion
Arnd Bergmann
1
-1
/
+1
2019-01-25
sh: add statx system call
Arnd Bergmann
1
-0
/
+1
2019-01-25
sh: remove duplicate unistd_32.h file
Arnd Bergmann
1
-403
/
+0
2019-01-25
m68k: assign syscall number for seccomp
Arnd Bergmann
1
-0
/
+1
2019-01-25
ARM: add kexec_file_load system call number
Arnd Bergmann
3
-1
/
+4
2019-01-25
ARM: add migrate_pages() system call
Arnd Bergmann
4
-2
/
+4
2019-01-25
alpha: update syscall macro definitions
Arnd Bergmann
3
-8
/
+7
2019-01-25
alpha: wire up io_pgetevents system call
Arnd Bergmann
1
-0
/
+1
2019-01-25
ia64: assign syscall numbers for perf and seccomp
Arnd Bergmann
1
-0
/
+2
2019-01-25
ia64: add statx and io_pgetevents syscalls
Arnd Bergmann
1
-0
/
+2
2019-01-25
ia64: add __NR_umount2 definition
Arnd Bergmann
3
-15
/
+3
2019-01-18
s390: remove compat_wrapper.c
Arnd Bergmann
3
-326
/
+140
2019-01-18
s390: autogenerate compat syscall wrappers
Arnd Bergmann
5
-21
/
+147
2019-01-18
s390: use generic UID16 implementation
Arnd Bergmann
5
-252
/
+41
2019-01-18
ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
Arnd Bergmann
2
-2
/
+4
2019-01-18
s390: open-code s390_personality syscall
Arnd Bergmann
1
-2
/
+5
2019-01-14
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
13
-21
/
+107
2019-01-12
Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...
Olof Johansson
1
-0
/
+4
2019-01-12
Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixes
Olof Johansson
3
-3
/
+20
2019-01-12
Merge tag 'integrator-fixes-armsoc' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
1
-2
/
+6
2019-01-12
Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Olof Johansson
1
-0
/
+4
2019-01-12
Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...
Linus Torvalds
3
-7
/
+8
2019-01-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-4
/
+6
2019-01-11
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
7
-7
/
+56
2019-01-11
x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...
Vitaly Kuznetsov
1
-2
/
+1
2019-01-11
KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flus...
Lan Tianyu
1
-1
/
+1
2019-01-11
kvm: sev: Fail KVM_SEV_INIT if already initialized
David Rientjes
1
-0
/
+3
2019-01-11
KVM: x86: Fix bit shifting in update_intel_pt_cfg
Gustavo A. R. Silva
1
-1
/
+1
2019-01-11
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-7
/
+7
2019-01-11
ARM: integrator: impd1: use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-1
/
+1
2019-01-11
arm64: kexec_file: return successfully even if kaslr-seed doesn't exist
AKASHI Takahiro
1
-1
/
+3
2019-01-10
Merge tag 'riscv-for-linus-4.21-rc2-v2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
12
-41
/
+117
2019-01-10
arm64: kpti: Avoid rewriting early page tables when KASLR is enabled
Will Deacon
5
-5
/
+52
2019-01-10
gpio: pl061: handle failed allocations
Nicholas Mc Guire
1
-1
/
+5
2019-01-10
csky: fixup compile error with CPU 810.
Guo Ren
1
-1
/
+1
2019-01-10
ARM: dts: kirkwood: Fix polarity of GPIO fan lines
Linus Walleij
1
-2
/
+2
2019-01-10
arm64: dts: marvell: mcbin: fix PCIe reset signal
Baruch Siach
1
-1
/
+1
2019-01-10
arm64: dts: marvell: armada-ap806: reserve PSCI area
Heinrich Schuchardt
1
-0
/
+17
2019-01-10
arm64: asm-prototypes: Fix fat-fingered typo in comment
Will Deacon
1
-1
/
+1
2019-01-10
ARM: dts: da850-lcdk: Correct the sound card name
Peter Ujfalusi
1
-1
/
+1
2019-01-10
ARM: dts: da850-lcdk: Correct the audio codec regulators
Peter Ujfalusi
1
-0
/
+36
2019-01-10
ARM: dts: da850-evm: Correct the sound card name
Peter Ujfalusi
1
-1
/
+1
2019-01-10
ARM: dts: da850-evm: Correct the audio codec regulators
Peter Ujfalusi
1
-4
/
+25
[next]