Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
e16b27816462de700f9508d86954410c41105dc2
e16b278
ptrace: compat_ptrace_request siginfo
by Roland McGrath
· 17 years ago
553a567
skbuff: fix missing kernel-doc notation
by Randy Dunlap
· 17 years ago
9a64388
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
e80ab41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
529a41e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
c3823c4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
by Linus Torvalds
· 17 years ago
5dfeaef
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
by Linus Torvalds
· 17 years ago
429f731
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
85b375a
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 17 years ago
ec96535
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel
by Linus Torvalds
· 17 years ago
5f033bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
by Linus Torvalds
· 17 years ago
fd9be4c
Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 17 years ago
b1af9cc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 17 years ago
cc216c5
Fix RCU list iterator use of 'rcu_dereference()'
by Linus Torvalds
· 17 years ago
259aae8
hrtimer: optimize the softirq time optimization
by Thomas Gleixner
· 17 years ago
833883d
hrtimer: reduce calls to hrtimer_get_softirq_time()
by Dimitri Sivanich
· 17 years ago
833df31
clockevents: fix typo in tick-broadcast.c
by Glauber Costa
· 17 years ago
3f34d02
jiffies: add time_is_after_jiffies and others which compare with jiffies
by Dave Young
· 17 years ago
14b3ca4
[POWERPC] Fix compile breakage for 64-bit UP configs
by Paul Mackerras
· 17 years ago
9c0c44d
[POWERPC] Define copy_siginfo_from_user32
by Roland McGrath
· 17 years ago
e4cc589
[POWERPC] Add compat handler for PTRACE_GETSIGINFO
by Andreas Schwab
· 17 years ago
585468e
[POWERPC] i2c: Fix build breakage introduced by OF helpers
by Jochen Friedrich
· 17 years ago
ee959b0
SCSI: convert struct class_device to struct device
by Tony Jones
· 17 years ago
56d110e
DRM: remove unused dev_class
by Greg Kroah-Hartman
· 17 years ago
0532193
IB: rename "dev" to "srp_dev" in srp_host structure
by Greg Kroah-Hartman
· 17 years ago
f4e91eb
IB: convert struct class_device to struct device
by Tony Jones
· 17 years ago
c4c66cf
memstick: convert struct class_device to struct device
by Greg Kroah-Hartman
· 17 years ago
2b3a302
driver core: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
2424b5d
sysfs: refill attribute buffer when reading from offset 0
by Dan Williams
· 17 years ago
b844eba
PM: Remove destroy_suspended_device()
by Rafael J. Wysocki
· 17 years ago
138fe4e
Firmware: add iSCSI iBFT Support
by Konrad Rzeszutek
· 17 years ago
95bc6a1
PM: Remove legacy PM (fix)
by Randy Dunlap
· 17 years ago
c6a2a3d
Kobject: Replace list_for_each() with list_for_each_entry().
by Robert P. J. Day
· 17 years ago
c6f8773
SYSFS: Explicitly include required header file slab.h.
by Robert P. J. Day
· 17 years ago
3f62e57
Driver core: make device_is_registered() work for class devices
by Greg Kroah-Hartman
· 17 years ago
9a3df1f
PM: Convert wakeup flag accessors to inline functions
by Alan Stern
· 17 years ago
d288e47
PM: Make wakeup flags available whenever CONFIG_PM is set
by Alan Stern
· 17 years ago
74081f8
PM: Fix misuse of wakeup flag accessors in serial core
by Alan Stern
· 17 years ago
57eee3d
Driver core: Call device_pm_add() after bus_add_device() in device_add()
by Rafael J. Wysocki
· 17 years ago
58aca23
PM: Handle device registrations during suspend/resume
by Rafael J. Wysocki
· 17 years ago
6bcf19d
block: send disk "change" event for rescan_partitions()
by Kay Sievers
· 17 years ago
da009f3
sysdev: detect multiple driver registrations
by Ben Dooks
· 17 years ago
6c84740
driver core: cpu: fix section mismatch in cpu.c:store_online
by Sam Ravnborg
· 17 years ago
35d313b
power_state: remove it from driver core
by Pavel Machek
· 17 years ago
0c81eed
PNP: add all PNP card device id's as individual aliases
by Kay Sievers
· 17 years ago
4b65fc8
firmware: clean up samples for coding style issues
by Greg Kroah-Hartman
· 17 years ago
d289bf7
firmware: move firmware_class from Documentation/ to samples/
by Randy Dunlap
· 17 years ago
3612e06
sysfs: small header file cleanup for SYSFS=n
by David Rientjes
· 17 years ago
1429db8
driver core: Convert debug functions declared inline __attribute__((format (printf,x,y) to statement expression macros
by Joe Perches
· 17 years ago
00a41db
driver core: register_memory/unregister_memory clean ups and bugfix
by Badari Pulavarty
· 17 years ago
da19cbc
driver core: memory: semaphore to mutex
by Daniel Walker
· 17 years ago
610ad50
UIO: hold a reference to the device's owner while the device is open
by Uwe Kleine-König
· 17 years ago
b54f286
UIO: Implement a UIO interface for the SMX Cryptengine
by Ben Nizette
· 17 years ago
a2a6024
UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.c
by Hans-Jürgen Koch
· 17 years ago
2dc034a
UIO: arch/arm/Kconfig: Make UIO available on ARM architecture
by Hans-Jürgen Koch
· 17 years ago
0732460
uio: mark pci_device_id hilscher_pci_ids[] __devinitdata
by Denis Cheng
· 17 years ago
ae210f1
uio: Kconfig improvements
by Denis Cheng
· 17 years ago
c1ebdae
kobject: catch kobjects that are not initialized
by Greg Kroah-Hartman
· 17 years ago
43837b1
rose: Socket lock was not released before returning to user space
by Bernard Pidoux
· 17 years ago
d129f18
hci_usb: remove code obfuscation
by Pavel Machek
· 17 years ago
b132fba
drivers/net/appletalk: use time_before, time_before_eq, etc
by Julia Lawall
· 17 years ago
420635f
drivers/atm: use time_before, time_before_eq, etc
by Julia Lawall
· 17 years ago
a882711
hci_usb: do not initialize static variables to 0
by Pavel Machek
· 17 years ago
41588ba
tg3: 5701 DMA corruption fix
by Matt Carlson
· 17 years ago
36ef408
atm nicstar: Removal of debug code containing deprecated calls to cli()/sti()
by Mark Asselstine
· 17 years ago
344234d
iwlwifi: Fix unconditional access to station->tidp[].agg.
by David S. Miller
· 17 years ago
e1f9a46
netfilter: Fix SIP conntrack build with NAT disabled.
by Patrick McHardy
· 17 years ago
4e9d8a7
netfilter: Fix SCTP nat build.
by Patrick McHardy
· 17 years ago
ed3fa7c
avr32: Add hardware power-down function call
by Peter Ma
· 17 years ago
29a0c39
avr32: add include/asm-avr32/serial.h
by Adrian Bunk
· 17 years ago
cf2d3ff
avr32: don't offer PARPORT_PC
by Adrian Bunk
· 17 years ago
cc65d90
avr32: don't offer CONFIG_GEN_RTC
by Adrian Bunk
· 17 years ago
17015aa
avr32: don't offer CONFIG_RTC
by Adrian Bunk
· 17 years ago
5e840ec
add include/asm-avr32/xor.h
by Adrian Bunk
· 17 years ago
e6bef83
avr32: Remove two unused #defines from mm/init.c
by Johannes Weiner
· 17 years ago
35bf50c
avr32: Implement set_rate(), set_parent() and mode() for pll1
by Hans-Christian Egtvedt
· 17 years ago
e723ff6
avr32: Generic clockevents support
by David Brownell
· 17 years ago
7e59128
avr32: Move sleep code into mach-at32ap
by Haavard Skinnemoen
· 17 years ago
02f99d1
avr32: Use constants from sysreg.h in asm.h
by Haavard Skinnemoen
· 17 years ago
46acb55
avr32: Delete mostly unused header asm/intc.h
by Haavard Skinnemoen
· 17 years ago
62c6df6
avr32: start clocksource cleanup
by David Brownell
· 17 years ago
040b28f
avr32: pass i2c board info through at32_add_device_twi
by Ben Nizette
· 17 years ago
e573ebb
avr32: cleanup - use _AC macro to define PAGE_SIZE
by Cyrill Gorcunov
· 17 years ago
3a4e832
Generate raw keyboard codes for AVR32 architecture
by Hans-Christian Egtvedt
· 17 years ago
e1c25dc
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/usba-2.6.26 into base
by Haavard Skinnemoen
· 17 years ago
03414e5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/tclib into base
by Haavard Skinnemoen
· 17 years ago
d2f5e80
Deprecate the asm/semaphore.h files in feature-removal-schedule.
by Matthew Wilcox
· 17 years ago
486fdae
sched: build fix
by Ingo Molnar
· 17 years ago
b9b158f
sched: better rt-group documentation
by Viktor Radnai
· 17 years ago
c24b7c5
sched: features fix
by Ingo Molnar
· 17 years ago
f00b45c
sched: /debug/sched_features
by Peter Zijlstra
· 17 years ago
06379ab
sched: add SCHED_FEAT_DEADLINE
by Ingo Molnar
· 17 years ago
7ba2e74
sched: debug: show a weight tree
by Peter Zijlstra
· 17 years ago
8f1bc38
sched: fair: weight calculations
by Peter Zijlstra
· 17 years ago
4a55bd5
sched: fair-group: de-couple load-balancing from the rb-trees
by Peter Zijlstra
· 17 years ago
ac884de
sched: fair-group scheduling vs latency
by Peter Zijlstra
· 17 years ago
58d6c2d
sched: rt-group: optimize dequeue_rt_stack
by Peter Zijlstra
· 17 years ago
d19ca30
sched: debug: add some debug code to handle the full hierarchy
by Peter Zijlstra
· 17 years ago
18d95a2
sched: fair-group: SMP-nice for group scheduling
by Peter Zijlstra
· 17 years ago
1d3504f
sched, cpuset: customize sched domains, core
by Hidetoshi Seto
· 17 years ago
Next »