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
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
5
-3
/
+42
2019-03-12
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
Mike Rapoport
3
-4
/
+4
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+1
2019-02-07
y2038: add 64-bit time_t syscalls to all 32-bit architectures
Arnd Bergmann
1
-0
/
+2
2019-02-07
timex: use __kernel_timex internally
Deepa Dinamani
1
-2
/
+3
2019-01-25
alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls
Arnd Bergmann
1
-0
/
+3
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
1
-0
/
+4
2019-01-25
ipc: rename old-style shmctl/semctl/msgctl syscalls
Arnd Bergmann
1
-3
/
+3
2019-01-25
alpha: update syscall macro definitions
Arnd Bergmann
1
-2
/
+2
2019-01-25
alpha: wire up io_pgetevents system call
Arnd Bergmann
1
-0
/
+1
2019-01-21
perf/core, arch/alpha: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDE
Andrew Murray
1
-6
/
+1
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-6
/
+6
2018-12-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
8
-557
/
+580
2018-12-28
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-11
/
+5
2018-12-21
alpha: Remove some unused variables
Matt Turner
1
-2
/
+1
2018-12-21
alpha: rtc: simplify alpha_rtc_init
Alexandre Belloni
1
-12
/
+10
2018-12-21
alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE
Colin Ian King
1
-1
/
+1
2018-12-21
alpha: generate uapi header and syscall table header files
Firoz Khan
1
-534
/
+3
2018-12-21
alpha: add system call table generation support
Firoz Khan
4
-0
/
+559
2018-12-21
alpha: remove CONFIG_OSF4_COMPAT flag from syscall table
Firoz Khan
2
-8
/
+6
2018-12-20
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
1
-1
/
+1
2018-12-14
alpha: fix hang caused by the bootmem removal
Mike Rapoport
1
-0
/
+1
2018-12-06
alpha: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-10
/
+4
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
[next]