Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b9d1a8e9302e68ee03571a286aadeb8041e0b2ca
/
arch
/
alpha
/
kernel
8a7f97b
treewide: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
9415673
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
by Mike Rapoport
· 6 years ago
203b660
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
48166e6
y2038: add 64-bit time_t syscalls to all 32-bit architectures
by Arnd Bergmann
· 6 years ago
ead2541
timex: use __kernel_timex internally
by Deepa Dinamani
· 7 years ago
ecf7e0a
alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls
by Arnd Bergmann
· 6 years ago
6691f16
alpha: add standard statfs64/fstatfs64 syscalls
by Arnd Bergmann
· 6 years ago
b41c51c
arch: add pkey and rseq syscall numbers everywhere
by Arnd Bergmann
· 6 years ago
275f221
ipc: rename old-style shmctl/semctl/msgctl syscalls
by Arnd Bergmann
· 6 years ago
12b57c5
alpha: update syscall macro definitions
by Arnd Bergmann
· 6 years ago
d012d13
alpha: wire up io_pgetevents system call
by Arnd Bergmann
· 6 years ago
6dd273f
perf/core, arch/alpha: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDE
by Andrew Murray
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
f12e840
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha
by Linus Torvalds
· 6 years ago
af7ddd8
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
1c3243f
alpha: Remove some unused variables
by Matt Turner
· 6 years ago
3030cf9
alpha: rtc: simplify alpha_rtc_init
by Alexandre Belloni
· 6 years ago
fb430b3
alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE
by Colin Ian King
· 6 years ago
a8faab5
alpha: generate uapi header and syscall table header files
by Firoz Khan
· 6 years ago
cabcebd
alpha: add system call table generation support
by Firoz Khan
· 6 years ago
d8bf616
alpha: remove CONFIG_OSF4_COMPAT flag from syscall table
by Firoz Khan
· 6 years ago
518a2f1
dma-mapping: zero memory returned from dma_alloc_*
by Christoph Hellwig
· 6 years ago
5b52609
alpha: fix hang caused by the bootmem removal
by Mike Rapoport
· 6 years ago
a20388b
alpha: remove the mapping_error dma_map_ops method
by Christoph Hellwig
· 6 years ago
7e1c4e2
memblock: stop using implicit alignment to SMP_CACHE_BYTES
by Mike Rapoport
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
2013288
memblock: replace free_bootmem{_node} with memblock_free
by Mike Rapoport
· 6 years ago
2a5bda5
memblock: replace alloc_bootmem with memblock_alloc
by Mike Rapoport
· 6 years ago
4fc4a09
memblock: replace __alloc_bootmem with memblock_alloc_from
by Mike Rapoport
· 6 years ago
3bb1f80
memblock: replace alloc_bootmem_node with memblock_alloc_node
by Mike Rapoport
· 6 years ago
6471f52
alpha: switch to NO_BOOTMEM
by Mike Rapoport
· 6 years ago
06999fd
Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
4def196
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
8a68060
alpha: unify the glue for sigreturn-like syscalls
by Al Viro
· 6 years ago
060581c
alpha: use alpha_ni_syscall only for syscall zero
by Al Viro
· 6 years ago
42a0cc3
sys: don't hold uts_sem while accessing userspace memory
by Jann Horn
· 7 years ago
f88a333
alpha: fix osf_wait4() breakage
by Al Viro
· 6 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
92d7223
alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2
by Sinan Kaya
· 7 years ago
f5e82fa
alpha: simplify get_arch_dma_ops
by Christoph Hellwig
· 7 years ago
6db6154
alpha: use dma_direct_ops for jensen
by Christoph Hellwig
· 7 years ago
e4d90ee
signal/alpha: Use force_sig_fault where appropriate
by Eric W. Biederman
· 7 years ago
5f50245
signal/alpha: Use send_sig_fault where appropriate
by Eric W. Biederman
· 7 years ago
535906c
signal/alpha: Replace TRAP_FIXME with TRAP_UNK
by Eric W. Biederman
· 7 years ago
4cc13e4
signal/alpha: Replace FPE_FIXME with FPE_FLTUNK
by Eric W. Biederman
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
5278c0e
signal/alpha: Document a conflict with SI_USER for SIGFPE
by Eric W. Biederman
· 7 years ago
6fd16ce
alpha: Implement CPU vulnerabilities sysfs functions.
by Michael Cree
· 7 years ago
54f16b1
alpha: rtc: stop validating rtc_time in .read_time
by Alexandre Belloni
· 7 years ago
9917df8
alpha: rtc: remove unused set_mmss ops
by Alexandre Belloni
· 7 years ago
bf6879d
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
642e7fd
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
by Linus Torvalds
· 7 years ago
a90f590
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
by Dominik Brodowski
· 7 years ago
206b1c6
alpha: get rid of pointless insn in ret_from_kernel_thread
by Al Viro
· 7 years ago
e4eacd6
alpha: switch pci syscalls to SYSCALL_DEFINE
by Al Viro
· 7 years ago
edb3959
perf: Fix sibling iteration
by Peter Zijlstra
· 7 years ago
8343aae
perf/core: Remove perf_event::group_entry
by Peter Zijlstra
· 7 years ago
105cf3c
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
b89e32c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha
by Linus Torvalds
· 7 years ago
19e7b5f
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
414ae76
Merge branch 'pci/resource' into next
by Bjorn Helgaas
· 7 years ago
ce4c253
alpha: osf_sys.c: use timespec64 where appropriate
by Arnd Bergmann
· 7 years ago
47669fb
alpha: osf_sys.c: fix put_tv32 regression
by Arnd Bergmann
· 7 years ago
21ffced
alpha: fix crash if pthread_create races with signal delivery
by Mikulas Patocka
· 7 years ago
4b01abd
alpha: fix formating of stack content
by Mikulas Patocka
· 7 years ago
55fc633
alpha: fix reboot on Avanti platform
by Mikulas Patocka
· 7 years ago
797cfc4
alpha: deprecate pci_get_bus_and_slot()
by Sinan Kaya
· 7 years ago
d437e06
alpha: osf_sys.c: use timespec64 where appropriate
by Arnd Bergmann
· 7 years ago
645a05a
alpha: osf_sys.c: fix put_tv32 regression
by Arnd Bergmann
· 7 years ago
16dc17e
alpha: make thread_saved_pc static
by Tobias Klauser
· 7 years ago
86be899
alpha/PCI: Fix noname IRQ level detection
by Lorenzo Pieralisi
· 7 years ago
c98e54c
alpha/PCI: Deprecate pci_get_bus_and_slot()
by Sinan Kaya
· 7 years ago
c820841
vgacon: Set VGA struct resource types
by Bjorn Helgaas
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
1b6115f
Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
03f41f2
alpha/PCI: Make pdev_save_srm_config() static
by Bjorn Helgaas
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
814eae5
alpha/PCI: Move pci_map_irq()/pci_swizzle() out of initdata
by Lorenzo Pieralisi
· 7 years ago
dd198ce
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
0d519f2
Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
d9e3cb2
alpha: math-emu: Fix modular build
by Ben Hutchings
· 7 years ago
8c9b839
alpha: use kobj_to_dev()
by Geliang Tang
· 9 years ago
203308a
alpha: squash lines for immediate return
by Masahiro Yamada
· 8 years ago
236d62b
alpha: kernel: Use vma_pages()
by Shyam Saini
· 8 years ago
03e1f04
alpha: silence a buffer overflow warning
by Dan Carpenter
· 8 years ago
b5a3a12
alpha: marvel: make use of raw_spinlock variants
by Julia Cartwright
· 8 years ago
69f0678
alpha: Fix section mismatches
by Matt Turner
· 7 years ago
4f61e07
alpha: support R_ALPHA_REFLONG relocations for module loading
by Michael Cree
· 8 years ago
a720830
alpha: Update for new syscalls
by Richard Henderson
· 8 years ago
e42faf5
alpha: Fix build error without CONFIG_VGA_HOSE.
by Matt Turner
· 8 years ago
0e4c2ee
alpha/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks
by Lorenzo Pieralisi
· 7 years ago
e2bd64d
signal/alpha: Document a conflict with SI_USER for SIGTRAP
by Eric W. Biederman
· 8 years ago
8d2fd30
osf_sigstack(): switch to put_user()
by Al Viro
· 8 years ago
1cc6c46
osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()
by Al Viro
· 8 years ago
33dd955d
Merge branch 'work.sys_wait' into misc.alpha
by Al Viro
· 8 years ago
9ba3eb5
osf_getdomainname(): use copy_to_user()
by Al Viro
· 8 years ago
92ebce5
osf_wait4: switch to kernel_wait4()
by Al Viro
· 8 years ago
a8c3954
osf_wait4(): fix infoleak
by Al Viro
· 8 years ago
174ddfd
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
Next »