Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e89a96f5cc4c39c268c771f52d675e15e3ba8123
/
arch
/
alpha
/
include
d25282d
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
4e21fc1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
5522be6
alpha: switch to saner kernel_execve() semantics
by Al Viro
· 12 years ago
8213a2f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
42859ee
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
c37d615
Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic
by Arnd Bergmann
· 12 years ago
e7a570f
asm-generic: Add default clkdev.h
by Mark Brown
· 12 years ago
4413e16
UAPI: (Scripted) Set up UAPI Kbuild files
by David Howells
· 12 years ago
16a8016
sanitize tsk_is_polling()
by Al Viro
· 13 years ago
8af4efa
bury _TIF_RESTORE_SIGMASK
by Al Viro
· 13 years ago
44f4b56
alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()
by Al Viro
· 13 years ago
cba1ec7
alpha: switch to generic kernel_thread()
by Al Viro
· 12 years ago
756144f
alpha: switch to generic sys_execve()
by Al Viro
· 12 years ago
786d35d
Make most arch asm/module.h files use asm-generic/module.h
by David Howells
· 12 years ago
ddd03a1
get rid of generic instances of asm/exec.h
by Al Viro
· 12 years ago
67a806d
Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts
by Mel Gorman
· 12 years ago
0be4218
alpha: fix fpu.h usage in userspace
by Mike Frysinger
· 12 years ago
be53db6
alpha: take a bunch of syscalls into osf_sys.c
by Al Viro
· 12 years ago
f2db633
alpha: Use new generic strncpy_from_user() and strnlen_user()
by Michael Cree
· 12 years ago
d8d5da1
alpha: Wire up cross memory attach syscalls
by Michael Cree
· 12 years ago
a2fa3cc
alpha: Don't export SOCK_NONBLOCK to user space.
by Michael Cree
· 12 years ago
c1d7e01
ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION
by Will Deacon
· 12 years ago
bb8ac18
bury __kernel_nlink_t, make internal nlink_t consistent
by Al Viro
· 13 years ago
07acfc2
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
b1bf7d4
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
25534eb
alpha: add io{read,write}{16,32}be functions
by Michael Cree
· 13 years ago
7a8bb98
alpha: implement various OSF/1 stat syscalls
by Mans Rullgard
· 13 years ago
50744de
alpha: implement setsysinfo(SSI_LMF) as a no-op
by Mans Rullgard
· 13 years ago
55ccf3f
fork: move the real prepare_to_copy() users to arch_dup_task_struct()
by Suresh Siddha
· 13 years ago
7563bbf
gpiolib/arches: Centralise bolierplate asm/gpio.h
by Mark Brown
· 13 years ago
f8eafb5
alpha: properly define get/set_rtc_time on Marvel/SMP
by Matt Turner
· 13 years ago
eac0556
Merge branch 'linus' into queue
by Marcelo Tosatti
· 13 years ago
5ba840f
alpha: fix build failures from system.h dismemberment
by Paul Gortmaker
· 13 years ago
3b5d56b
kvmclock: Add functions to check if the host has stopped the vm
by Eric B Munson
· 13 years ago
58bca4a
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
by Linus Torvalds
· 13 years ago
a591afc
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
141124c
Delete all instances of asm/system.h
by David Howells
· 13 years ago
ec22120
Disintegrate asm/system.h for Alpha
by David Howells
· 13 years ago
4ce9a91
Alpha: adapt for dma_map_ops changes
by Andrzej Pietrasiewicz
· 13 years ago
8e3ade2
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
accb61f
coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
by Jason Baron
· 13 years ago
475c77e
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
by Linus Torvalds
· 13 years ago
69a7aeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
bf362f7
constify struct pci_dev * in obvious cases
by Al Viro
· 13 years ago
f6a1ad4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
62aca40
alpha: fix 32/64-bit bug in futex support
by Andrew Morton
· 13 years ago
3bdc0eb
net: Add framework to allow sending packets with customized CRC.
by Ben Greear
· 13 years ago
fb127cb
PCI: collapse pcibios_resource_to_bus
by Bjorn Helgaas
· 13 years ago
c04d9e3
alpha/PCI: get rid of device resource fixups
by Bjorn Helgaas
· 13 years ago
151d16d
alpha/PCI: replace pci_probe_only with pci_flags
by Bjorn Helgaas
· 13 years ago
ef64a54
sock: Introduce the SO_PEEK_OFF sock option
by Pavel Emelyanov
· 13 years ago
cee1332
alpha: Use generic posix_types.h
by H. Peter Anvin
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
84dfa98
consolidate a bunch of ipcbuf.h instances
by Al Viro
· 13 years ago
0583fcc
consolidate umode_t declarations
by Al Viro
· 13 years ago
d88e4cb
freezer: remove now unused TIF_FREEZE
by Tejun Heo
· 13 years ago
e11c259
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
6e3e939
net: add wireless TX status socket option
by Johannes Berg
· 13 years ago
a8aff21
alpha: wire up sendmmsg syscall
by Michael Cree
· 13 years ago
0a8c384
alpha: wire up accept4 syscall
by Michael Cree
· 13 years ago
1442d16
Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
2df7a7d
alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS])
by Sergei Trofimovich
· 13 years ago
710b721
locks: move F_INPROGRESS from fl_type to fl_flags field
by J. Bruce Fields
· 13 years ago
7847777
atomic: cleanup asm-generic atomic*.h inclusion
by Arun Sharma
· 13 years ago
f24219b
atomic: move atomic_add_unless to generic code
by Arun Sharma
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
148817b
asm-generic: add another generic ext2 atomic bitops
by Akinobu Mita
· 13 years ago
0e9a6cb
ptrace: unify show_regs() prototype
by Mike Frysinger
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
a99a7d1
Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
497888c
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
by Phil Carmody
· 13 years ago
c6830c2
Fix node_start/end_pfn() definition for mm/page_cgroup.c
by KAMEZAWA Hiroyuki
· 14 years ago
75bba01
i8253: Alpha, PowerPC: Remove unused asm/8253pit.h
by Ralf Baechle
· 14 years ago
7b21fdd
ns: Wire up the setns system call
by Eric W. Biederman
· 14 years ago
818b667
Remove unused PROC_CHANGE_PENALTY constant
by Stephen Boyd
· 14 years ago
81ee42b
alpha: hook up gpiolib support
by Mark Brown
· 14 years ago
90b57f3
alpha: Wire up syscalls new to 2.6.39
by Michael Cree
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8547727
remove dma64_addr_t
by FUJITA Tomonori
· 14 years ago
61f2e7b
bitops: remove minix bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
f312eff
bitops: remove ext2 non-atomic bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
861b5ae
bitops: introduce little-endian bitops for most architectures
by Akinobu Mita
· 14 years ago
3e50594
add the common dma_addr_t typedef to include/linux/types.h
by FUJITA Tomonori
· 14 years ago
e16b396
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
69ebb83
mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally
by Huang Ying
· 14 years ago
e6bee32
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
5229645
vfs: add nonconflicting values for O_PATH
by Stephen Rothwell
· 14 years ago
0586bed
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
8d7718a
futex: Sanitize futex ops argument types
by Michel Lespinasse
· 14 years ago
37a9d91
futex: Sanitize cmpxchg_futex_value_locked API
by Michel Lespinasse
· 14 years ago
3c95c98
tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys
by Kay Sievers
· 14 years ago
a335b2e
mm: Fix out-of-date comments which refers non-existent functions
by Ryota Ozaki
· 14 years ago
aac7227
rwsem: Move duplicate function prototypes to linux/rwsem.h
by Thomas Gleixner
· 14 years ago
41e5887
rwsem: Unify the duplicate rwsem_is_locked() inlines
by Thomas Gleixner
· 14 years ago
12249b3
rwsem: Move duplicate init macros and functions to linux/rwsem.h
by Thomas Gleixner
· 14 years ago
1c8ed64
rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h
by Thomas Gleixner
· 14 years ago
c16a87c
rwsem: Cleanup includes
by Thomas Gleixner
· 14 years ago
61bb460
alpha: Replace deprecated spinlock initialization
by Thomas Gleixner
· 14 years ago
Next »