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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-02
Merge branch 'akpm' (Andrew's incoming - part two)
Linus Torvalds
24
-195
/
+3548
2011-11-02
drivers/misc/vmw_balloon.c: fix typo in code comment
Rakib Mullick
1
-1
/
+1
2011-11-02
drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside ...
Rakib Mullick
1
-1
/
+1
2011-11-02
w1: disable irqs in critical section
Jan Weitzel
1
-0
/
+5
2011-11-02
drivers/w1/w1_int.c: multiple masters used same init_name
Florian Faber
1
-0
/
+1
2011-11-02
drivers/power/ds2780_battery.c: fix deadlock upon insertion and removal
Clifton Barnes
1
-0
/
+9
2011-11-02
drivers/power/ds2780_battery.c: add a nolock function to w1 interface
Clifton Barnes
2
-13
/
+37
2011-11-02
drivers/power/ds2780_battery.c: create central point for calling w1 interface
Clifton Barnes
1
-35
/
+42
2011-11-02
w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get it
Jonathan Cameron
2
-84
/
+12
2011-11-02
pps gpio client: add missing dependency
Heiko Carstens
1
-1
/
+1
2011-11-02
pps: new client driver using GPIO
James Nuss
3
-0
/
+237
2011-11-02
pps: default echo function
James Nuss
3
-28
/
+13
2011-11-02
drivers/net/rionet.c: fix ethernet address macros for LE platforms
Alexandre Bounine
1
-2
/
+2
2011-11-02
RapidIO: fix potential null deref in rio_setup_device()
Alexandre Bounine
1
-1
/
+1
2011-11-02
RapidIO: add mport driver for Tsi721 bridge
Alexandre Bounine
6
-2
/
+3146
2011-11-02
drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...
Liu Gang
1
-2
/
+2
2011-11-02
drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and ...
Uwe Kleine-König
1
-3
/
+3
2011-11-02
rtc: add initial support for mcp7941x parts
David Anders
1
-0
/
+27
2011-11-02
drivers/rtc/class.c: convert idr to ida and use ida_simple_get()
Jonathan Cameron
1
-23
/
+9
2011-11-02
Merge git://github.com/rustyrussell/linux
Linus Torvalds
7
-59
/
+606
2011-11-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...
Linus Torvalds
2
-2
/
+2
2011-11-02
Merge branch 'for-linus' of git://github.com/richardweinberger/linux
Linus Torvalds
11
-12
/
+32
2011-11-02
um: switch to use of drivers/Kconfig
Al Viro
8
-9
/
+10
2011-11-02
um: clean Kconfig up a bit
Al Viro
2
-0
/
+19
2011-11-02
um: a couple of missing dependencies...
Al Viro
2
-3
/
+3
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
1
-1
/
+1
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
1
-1
/
+1
2011-11-01
Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
2
-10
/
+127
2011-11-01
Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
1
-0
/
+84
2011-11-01
Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
3
-67
/
+328
2011-11-01
Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
3
-0
/
+122
2011-11-01
Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
3
-0
/
+172
2011-11-01
Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
3
-0
/
+15
2011-11-01
Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
5
-16
/
+6
2011-11-02
virtio-blk: use ida to allocate disk index
Michael S. Tsirkin
1
-6
/
+24
2011-11-02
virtio: Add platform bus driver for memory mapped virtio device
Pawel Moll
3
-0
/
+491
2011-11-02
virtio: Dont add "config" to list for !per_vq_vector
Krishna Kumar
1
-3
/
+7
2011-11-02
virtio: console: wait for first console port for early console output
Christian Borntraeger
1
-0
/
+20
2011-11-02
virtio: console: add port stats for bytes received, sent and discarded
Amit Shah
1
-0
/
+24
2011-11-02
virtio: console: make discard_port_data() use get_inbuf()
Amit Shah
1
-10
/
+5
2011-11-02
virtio: console: rename variable
Amit Shah
1
-6
/
+5
2011-11-02
virtio: console: make get_inbuf() return port->inbuf if present
Amit Shah
1
-14
/
+8
2011-11-02
virtio: console: Fix return type for get_inbuf()
Amit Shah
1
-1
/
+1
2011-11-02
virtio: console: Use wait_event_freezable instead of _interruptible
Amit Shah
1
-4
/
+5
2011-11-02
virtio: console: Ignore port name update request if name already set
Amit Shah
1
-0
/
+7
2011-11-02
virtio: console: Fix indentation
Amit Shah
1
-1
/
+1
2011-11-02
virtio-net: Use virtio_config_val() for retrieving config
Sasha Levin
1
-9
/
+5
2011-11-02
virtio-console: Use virtio_config_val() for retrieving config
Sasha Levin
1
-6
/
+4
2011-11-01
Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linux
Linus Torvalds
20
-664
/
+1450
2011-11-01
Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator
Linus Torvalds
12
-41
/
+604
[next]