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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-12
virtio: blk: Add freeze, restore handlers to support S4
Amit Shah
1
-0
/
+44
2012-01-12
virtio: blk: Move vq initialization to separate function
Amit Shah
1
-5
/
+14
2012-01-12
virtio: console: Disable callbacks for virtqueues at start of S4 freeze
Amit Shah
1
-0
/
+8
2012-01-12
virtio: console: Add freeze and restore handlers to support S4
Amit Shah
1
-0
/
+58
2012-01-12
virtio: console: Move vq and vq buf removal into separate functions
Amit Shah
1
-28
/
+40
2012-01-12
virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff
Amit Shah
2
-2
/
+97
2012-01-12
virtio: pci: switch to new PM API
Amit Shah
1
-4
/
+12
2012-01-12
virtio_blk: fix config handler race
Michael S. Tsirkin
1
-1
/
+21
2012-01-12
virtio: add debugging if driver doesn't kick.
Rusty Russell
1
-0
/
+31
2012-01-12
virtio: expose added descriptors immediately.
Rusty Russell
1
-6
/
+14
2012-01-12
virtio: avoid modulus operation.
Rusty Russell
1
-4
/
+6
2012-01-12
virtio: support unlocked queue kick
Rusty Russell
2
-12
/
+52
2012-01-12
virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
Rusty Russell
10
-58
/
+44
2012-01-12
virtio: document functions better.
Rusty Russell
2
-48
/
+91
2012-01-12
virtio-balloon: Trivial cleanups
Sasha Levin
1
-3
/
+3
2012-01-12
virtio: harsher barriers for rpmsg.
Rusty Russell
8
-22
/
+35
2012-01-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
48
-369
/
+124
2012-01-10
Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/li...
Linus Torvalds
125
-5
/
+12989
2012-01-10
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
17
-90
/
+99
2012-01-10
Merge branch 'unicore32' of git://github.com/gxt/linux
Linus Torvalds
8
-53
/
+17
2012-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...
Linus Torvalds
61
-134
/
+570
2012-01-10
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-66
/
+227
2012-01-10
Merge branch 'akpm' (aka "Andrew's patch-bomb")
Linus Torvalds
166
-1875
/
+3044
2012-01-10
user namespace: make signal.c respect user namespaces
Serge E. Hallyn
2
-4
/
+46
2012-01-10
workqueue: make alloc_workqueue() take printf fmt and args for name
Tejun Heo
2
-26
/
+53
2012-01-10
procfs: add hidepid= and gid= mount options
Vasiliy Kulikov
5
-4
/
+135
2012-01-10
procfs: parse mount options
Vasiliy Kulikov
3
-2
/
+64
2012-01-10
procfs: introduce the /proc/<pid>/map_files/ directory
Pavel Emelyanov
2
-0
/
+367
2012-01-10
procfs: make proc_get_link to use dentry instead of inode
Cyrill Gorcunov
2
-11
/
+11
2012-01-10
signal: add block_sigmask() for adding sigmask to current->blocked
Matt Fleming
3
-5
/
+23
2012-01-10
sparc: make SA_NOMASK a synonym of SA_NODEFER
Matt Fleming
1
-1
/
+2
2012-01-10
reiserfs: don't lock root inode searching
Frederic Weisbecker
1
-15
/
+13
2012-01-10
reiserfs: don't lock journal_init()
Frederic Weisbecker
2
-43
/
+31
2012-01-10
reiserfs: delay reiserfs lock until journal initialization
Frederic Weisbecker
2
-22
/
+24
2012-01-10
reiserfs: delete comments referring to the BKL
Davidlohr Bueso
1
-7
/
+4
2012-01-10
drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range
Ben Hutchings
1
-2
/
+2
2012-01-10
drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030
Benoit Cousson
2
-2
/
+20
2012-01-10
drivers/rtc/: remove redundant spi driver bus initialization
Lars-Peter Clausen
5
-5
/
+0
2012-01-10
drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static
Axel Lin
1
-1
/
+1
2012-01-10
drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static
Axel Lin
1
-1
/
+1
2012-01-10
rtc: convert drivers/rtc/* to use module_platform_driver()
Axel Lin
30
-351
/
+30
2012-01-10
drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()
Mark Brown
1
-3
/
+1
2012-01-10
drivers/rtc/rtc-wm831x.c: remove unused period IRQ handler
Mark Brown
1
-20
/
+0
2012-01-10
rtc/ab8500: add calibration attribute to AB8500 RTC
Mark Godfrey
2
-0
/
+124
2012-01-10
drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()
Linus Walleij
1
-3
/
+3
2012-01-10
rtc/ab8500: set can_wake flag
Andrew Lynn
1
-0
/
+2
2012-01-10
rtc/ab8500: don't disable IRQ:s when suspending
Robert Marklund
1
-2
/
+2
2012-01-10
drivers/rtc/rtc-mxc.c: make alarm work
Yauhen Kharuzhy
1
-53
/
+59
2012-01-10
drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC
Yauhen Kharuzhy
1
-0
/
+11
2012-01-10
drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing
Ondrej Zary
1
-1
/
+1
[next]