Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
5c723ba5b7886909b2e430f2eae454c33f7fe5c6
/
include
/
linux
5c723ba
mm: Fix fixup_user_fault() for MMU=n
by Peter Zijlstra
· 13 years ago
638a843
cred: use 'const' in get_current_{user,groups}
by Linus Torvalds
· 13 years ago
27e4e43
CRED: Restore const to current_cred()
by David Howells
· 13 years ago
3295514
fix rcu annotations noise in cred.h
by Al Viro
· 13 years ago
c2f340a
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 13 years ago
3ddcd05
vfs: optimize inode cache access patterns
by Linus Torvalds
· 13 years ago
830c0f0
vfs: renumber DCACHE_xyz flags, remove some stale ones
by Linus Torvalds
· 13 years ago
7cd4767
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
6e5714e
net: Compute protocol sequence numbers and fragment IDs using MD5.
by David S. Miller
· 13 years ago
bc0b96b
crypto: Move md5_transform to lib/md5.c
by David S. Miller
· 13 years ago
2560540
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86
by Linus Torvalds
· 13 years ago
1eb19a1
lib/sha1: use the git implementation of SHA-1
by Mandeep Singh Baines
· 13 years ago
3300955
Add KEY_MICMUTE and enable it on Lenovo X220
by Andy Lutomirski
· 14 years ago
24f0eed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
7f3bf7c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 13 years ago
655b161
nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4
by Boaz Harrosh
· 14 years ago
53d1e65
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
fe55c18
Revert "dt: add of_alias_scan and of_alias_get_id"
by Grant Likely
· 13 years ago
35e51fe
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
by Linus Torvalds
· 13 years ago
c0c770e
Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 13 years ago
27665ff
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
e504f3f
tmpfs radix_tree: locate_item to speed up swapoff
by Hugh Dickins
· 13 years ago
69f07ec
tmpfs: use kmemdup for short symlinks
by Hugh Dickins
· 13 years ago
aa3b189
tmpfs: convert mem_cgroup shmem to radix-swap
by Hugh Dickins
· 13 years ago
41ffe5d
tmpfs: miscellaneous trivial cleanups
by Hugh Dickins
· 13 years ago
285b2c4
tmpfs: demolish old swap vector support
by Hugh Dickins
· 13 years ago
a2c16d6
mm: let swap use exceptional entries
by Hugh Dickins
· 13 years ago
6328650
radix_tree: exceptional entries and indices
by Hugh Dickins
· 13 years ago
5d6f921
drivers/video/backlight/aat2870_bl.c: fix setting max_current
by Axel Lin
· 13 years ago
3dab1bc
mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODE
by Johannes Weiner
· 13 years ago
88eca02
ida: simplified functions for id allocation
by Rusty Russell
· 13 years ago
dd48c08
fault-injection: add ability to export fault_attr in arbitrary directory
by Akinobu Mita
· 13 years ago
a0bfa13
cpuidle: stop depending on pm_idle
by Len Brown
· 14 years ago
d91ee58
cpuidle: replace xen access to x86 pm_idle and default_idle
by Len Brown
· 14 years ago
d0e323b
Merge branch 'apei' into apei-release
by Len Brown
· 13 years ago
ea8f5fb
HWPoison: add memory_failure_queue()
by Huang Ying
· 14 years ago
7f18427
lib, Make gen_pool memory allocator lockless
by Huang Ying
· 14 years ago
f49f23a
lib, Add lock-less NULL terminated single list
by Huang Ying
· 14 years ago
750f463
dt: add of_alias_scan and of_alias_get_id
by Shawn Guo
· 13 years ago
c299eba
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 13 years ago
a6b11f5
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
f340681
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
by Linus Torvalds
· 13 years ago
3567866
RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached
by Al Viro
· 13 years ago
951c0d6
get rid of boilerplate switches in posix_acl.h
by Al Viro
· 13 years ago
f52e00c
ACPI: remove NID_INVAL
by David Rientjes
· 13 years ago
31f5396
thermal: make THERMAL_HWMON implementation fully internal
by Jean Delvare
· 13 years ago
aac285c
of: constify property name parameters for helper functions
by Jamie Iles
· 13 years ago
0ddf964
dm ioctl: fill in device parameters in more ioctls
by Mikulas Patocka
· 13 years ago
498f010
dm table: share target argument parsing functions
by Mike Snitzer
· 13 years ago
a6e50b4
dm snapshot: skip reading origin when overwriting complete chunk
by Mikulas Patocka
· 13 years ago
cfe2234
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
by Linus Torvalds
· 13 years ago
60ad446
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
1b8e949
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
12ff47e
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
a2d7730
Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 13 years ago
424c3d4
Merge branch 'for-next' into for-linus
by Liam Girdwood
· 13 years ago
4a2d732
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
e10b87d
Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.x
by Linus Torvalds
· 13 years ago
86bc704
switch posix_acl_chmod() to umode_t
by Al Viro
· 13 years ago
3a5fba1
switch posix_acl_from_mode() to umode_t
by Al Viro
· 13 years ago
d695212
switch posix_acl_equiv_mode() to umode_t *
by Al Viro
· 13 years ago
d3fb612
switch posix_acl_create() to umode_t *
by Al Viro
· 13 years ago
f2ee7ab
vfs: avoid taking inode_hash_lock on pipes and sockets
by Eric Dumazet
· 13 years ago
3da3f87
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
968e75f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 13 years ago
a00ed25
NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1
by Trond Myklebust
· 13 years ago
09d6292
mfd: Add AAT2870 mfd driver
by Jin Park
· 14 years ago
4dcaa6b
mfd: Fix missing stmpe kerneldoc
by Om Prakash
· 14 years ago
c7e1da4
mfd: Add WM831x clock control register definitions
by Mark Brown
· 14 years ago
ec2328c
mfd: Implement tps65910 IRQ cleanup
by Mark Brown
· 14 years ago
0a1b089
mfd: Clean-up ab8500 register file
by Linus Walleij
· 14 years ago
668a6cc
tps65912: gpio: add gpio driver
by Margarita Olaya
· 14 years ago
d49a0f3
tps65912: irq: add interrupt controller
by Margarita Olaya
· 14 years ago
36e5287
mfd: tps65912: Add new mfd device
by Margarita Olaya
· 14 years ago
78bb368
mfd: Support multiple active WM831x AUXADC conversions
by Mark Brown
· 14 years ago
c1a8278
mfd: Read wm831x AUXADC conversion results before acknowledging interrupt
by Mark Brown
· 14 years ago
5c05a8d
mfd: Support dynamic allocation of IRQ range for wm831x
by Mark Brown
· 14 years ago
266a5e0
mfd: Allow touchscreen to be disabled on wm831x devices
by Mark Brown
· 14 years ago
ca7a718
mfd: Fix bus lock interaction for WM831x IRQ set_type() operation
by Mark Brown
· 14 years ago
24c3047
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
f0d15c9
Merge git://git.infradead.org/battery-2.6
by Linus Torvalds
· 13 years ago
2f9fd18
pnfsblock: call and parse getdevicelist
by Fred Isaman
· 13 years ago
fe0a9b7
pnfsblock: add device operations
by Jim Rees
· 13 years ago
db29c08
pnfs: cleanup_layoutcommit
by Andy Adamson
· 13 years ago
dae100c
pnfs: ask for layout_blksize and save it in nfs_server
by Fred Isaman
· 13 years ago
7f11d8d
pnfs: GETDEVICELIST
by Andy Adamson
· 13 years ago
a9bae56
pnfs: let layoutcommit handle a list of lseg
by Peng Tao
· 13 years ago
1c38891
resources: Add lookup_resource()
by Geert Uytterhoeven
· 14 years ago
464c9098
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging
by Linus Torvalds
· 13 years ago
5774ed0
shm: handle separate PID namespaces case
by Vasiliy Kulikov
· 13 years ago
0c03080
NFS: Fix spurious readdir cookie loop messages
by Trond Myklebust
· 13 years ago
c11abbb
Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 13 years ago
1d3fe4a
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 13 years ago
664a41b
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 13 years ago
f85f19d
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 13 years ago
cb7dee8
Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc
by Linus Torvalds
· 13 years ago
2313bcd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-watchdog
by Linus Torvalds
· 13 years ago
2a11c8e
kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()
by Michal Marek
· 13 years ago
3038bbd
of/gpio: export of_gpio_simple_xlate
by Jamie Iles
· 13 years ago
6124a4e
Merge branch 'imx/dt' into next/dt
by Arnd Bergmann
· 13 years ago
Next »