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
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
18
-31
/
+33
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
10
-25
/
+26
2018-04-02
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
6
-11
/
+11
2018-04-02
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
7
-16
/
+16
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
6
-8
/
+9
2018-04-02
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
6
-8
/
+8
2018-04-02
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
6
-7
/
+7
2018-04-02
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
1
-3
/
+3
2018-04-02
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
Dominik Brodowski
1
-1
/
+1
2018-04-02
x86: remove compat_sys_x86_waitpid()
Dominik Brodowski
3
-10
/
+1
2018-04-02
x86: use _do_fork() in compat_sys_x86_clone()
Dominik Brodowski
1
-1
/
+2
2018-03-11
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
15
-157
/
+278
2018-03-11
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+25
2018-03-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2018-03-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-35
/
+57
2018-03-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-6
/
+6
2018-03-09
arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
Marc Zyngier
1
-2
/
+2
2018-03-09
Merge tag 'powerpc-4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-2
/
+2
2018-03-09
x86/kprobes: Fix kernel crash when probing .entry_trampoline code
Francis Deslauriers
3
-1
/
+12
2018-03-08
Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-4
/
+14
2018-03-08
x86/MCE: Serialize sysfs changes
Seunghun Han
1
-1
/
+21
2018-03-08
x86/MCE: Save microcode revision in machine check records
Tony Luck
2
-1
/
+4
2018-03-08
x86/pti: Fix a comment typo
Seunghun Han
1
-1
/
+1
2018-03-08
x86/microcode: Synchronize late microcode loading
Ashok Raj
1
-26
/
+92
2018-03-08
x86/microcode: Request microcode on the BSP
Borislav Petkov
1
-6
/
+5
2018-03-08
x86/microcode/intel: Look into the patch cache first
Borislav Petkov
1
-6
/
+5
2018-03-08
x86/microcode: Do not upload microcode if CPUs are offline
Ashok Raj
1
-0
/
+18
2018-03-08
x86/microcode/intel: Writeback and invalidate caches before updating microcode
Ashok Raj
1
-0
/
+12
2018-03-08
x86/microcode/intel: Check microcode revision before updating sibling threads
Ashok Raj
1
-3
/
+24
2018-03-08
x86/microcode: Get rid of struct apply_microcode_ctx
Borislav Petkov
1
-11
/
+8
2018-03-08
x86/spectre_v2: Don't check microcode versions when running under hypervisors
Konrad Rzeszutek Wilk
1
-0
/
+7
2018-03-08
x86/vsyscall/64: Drop "native" vsyscalls
Andy Lutomirski
3
-25
/
+4
2018-03-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
3
-6
/
+9
2018-03-07
x86/entry/64/compat: Save one instruction in entry_INT80_compat()
Dominik Brodowski
1
-3
/
+1
2018-03-07
x86/entry: Do not special-case clone(2) in compat entry
Dominik Brodowski
4
-13
/
+14
2018-03-07
x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls
Dominik Brodowski
3
-62
/
+76
2018-03-07
x86/syscalls: Use proper syscall definition for sys_ioperm()
Dominik Brodowski
1
-1
/
+1
2018-03-07
x86/entry: Remove stale syscall prototype
Dominik Brodowski
1
-1
/
+0
2018-03-07
x86/syscalls/32: Simplify $entry == $compat entries
Dominik Brodowski
1
-3
/
+3
2018-03-06
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+65
2018-03-06
Merge tag 'kvm-s390-master-4.16-3' of git://git.kernel.org/pub/scm/linux/kern...
Radim Krčmář
1
-0
/
+2
2018-03-06
Merge tag 'kvm-ppc-fixes-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel...
Radim Krčmář
3
-35
/
+55
2018-03-06
KVM: s390: fix memory overwrites when not using SCA entries
David Hildenbrand
1
-0
/
+1
2018-03-06
powerpc/pseries: Fix vector5 in ibm architecture vector table
Bharata B Rao
1
-1
/
+0
2018-03-06
s390/entry.S: fix spurious zeroing of r0
Christian Borntraeger
1
-2
/
+2
2018-03-06
signal/x86: Include the field offsets in the build time checks
Eric W. Biederman
1
-0
/
+65
2018-03-05
Merge tag 'please-pull-ia64_misc' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-56
/
+33
[next]