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
2009-09-26
make Linux bootable on ARM again
Nicolas Pitre
1
-0
/
+2
2009-09-26
backlight: new driver for ADP5520/ADP5501 MFD PMICs
Michael Hennerich
3
-0
/
+390
2009-09-26
backlight: extend event support to also support poll()
Henrique de Moraes Holschuh
1
-0
/
+1
2009-09-26
ACPI: i2c-scmi: don't use acpi_device_uid()
Bjorn Helgaas
1
-3
/
+2
2009-09-26
Merge branch 'thinkpad-2.6.32-part2' into release
Len Brown
2
-227
/
+453
2009-09-26
Merge branch 'bjorn-HID' into release
Len Brown
5
-483
/
+315
2009-09-26
writeback: pass in super_block to bdi_start_writeback()
Jens Axboe
3
-4
/
+7
2009-09-25
at91_can: Forgotten git 'add' of at91_can.c
David S. Miller
1
-0
/
+1186
2009-09-25
TI Davinci EMAC: Fix in vector definition for EMAC_VERSION_2
Sriram
1
-1
/
+8
2009-09-25
ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl
Jarek Poplawski
1
-10
/
+17
2009-09-25
ACPI: simplify building device HID/CID list
Bjorn Helgaas
1
-33
/
+23
2009-09-25
ACPI: remove acpi_device_uid() and related stuff
Bjorn Helgaas
2
-21
/
+1
2009-09-25
ACPI: remove acpi_device.flags.hardware_id
Bjorn Helgaas
3
-28
/
+15
2009-09-25
ACPI: remove acpi_device.flags.compatible_ids
Bjorn Helgaas
2
-13
/
+5
2009-09-25
ACPI: maintain a single list of _HID and _CID IDs
Bjorn Helgaas
3
-132
/
+60
2009-09-25
ACPI: make sure every acpi_device has an ID
Bjorn Helgaas
1
-0
/
+10
2009-09-25
ACPI: use acpi_device_hid() when possible
Bjorn Helgaas
2
-4
/
+4
2009-09-25
ACPI: fix synthetic HID for \_SB_
Bjorn Helgaas
1
-12
/
+6
2009-09-25
ACPI: handle re-enumeration, when acpi_devices might already exist
Bjorn Helgaas
1
-8
/
+11
2009-09-25
ACPI: factor out device type and status checking
Bjorn Helgaas
1
-77
/
+52
2009-09-25
ACPI: add acpi_bus_get_status_handle()
Bjorn Helgaas
2
-27
/
+24
2009-09-25
ACPI: use acpi_walk_namespace() to enumerate devices
Bjorn Helgaas
1
-122
/
+74
2009-09-25
ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPE
Bjorn Helgaas
2
-8
/
+13
2009-09-25
ACPI: enumerate namespace before adding functional fixed hardware devices
Bjorn Helgaas
1
-2
/
+2
2009-09-25
ACPI: convert acpi_bus_scan() to operate on an acpi_handle
Bjorn Helgaas
1
-17
/
+17
2009-09-25
ACPI: add acpi_bus_get_parent() and remove "parent" arguments
Bjorn Helgaas
1
-13
/
+37
2009-09-25
ACPI: remove unnecessary argument checking
Bjorn Helgaas
1
-6
/
+2
2009-09-25
ACPI: remove redundant "type" arguments
Bjorn Helgaas
1
-7
/
+7
2009-09-25
ACPI: remove acpi_device_set_context() "type" argument
Bjorn Helgaas
1
-17
/
+15
2009-09-25
ACPI: use device_type rather than comparing HID
Bjorn Helgaas
1
-6
/
+4
2009-09-25
ACPI: save device_type in acpi_device
Bjorn Helgaas
2
-1
/
+3
2009-09-25
ACPI: remove redundant "handle" and "parent" arguments
Bjorn Helgaas
1
-15
/
+12
2009-09-25
ACPI: remove unused acpi_bus_scan_fixed() argument
Bjorn Helgaas
1
-5
/
+2
2009-09-25
ACPI: add debug for device addition
Bjorn Helgaas
1
-2
/
+10
2009-09-25
ACPICA: fixup after acpi_get_object_info() change
Bjorn Helgaas
1
-1
/
+0
2009-09-25
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rus...
David S. Miller
1
-141
/
+88
2009-09-25
cifs: fix locking and list handling code in cifs_open and its helper
Jeff Layton
1
-19
/
+3
2009-09-25
alpha: fix build after vmlinux.lds.S cleanup
Sam Ravnborg
1
-0
/
+1
2009-09-25
mips: fix build of vmlinux.lds
Manuel Lauss
2
-6
/
+8
2009-09-25
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
5
-72
/
+142
2009-09-25
writeback: writeback_inodes_sb() should use bdi_start_writeback()
Jens Axboe
1
-1
/
+1
2009-09-25
writeback: don't delay inodes redirtied by a fast dirtier
Wu Fengguang
1
-3
/
+9
2009-09-25
writeback: make the super_block pinning more efficient
Jens Axboe
1
-17
/
+29
2009-09-25
writeback: don't resort for a single super_block in move_expired_inodes()
Jens Axboe
1
-1
/
+11
2009-09-25
writeback: move inodes from one super_block together
Shaohua Li
1
-3
/
+18
2009-09-25
writeback: get rid to incorrect references to pdflush in comments
Jens Axboe
5
-19
/
+17
2009-09-25
writeback: improve readability of the wb_writeback() continue/break logic
Jens Axboe
1
-20
/
+23
2009-09-25
writeback: cleanup writeback_single_inode()
Wu Fengguang
1
-8
/
+7
2009-09-25
writeback: kupdate writeback shall not stop when more io is possible
Wu Fengguang
1
-2
/
+2
2009-09-25
writeback: stop background writeback when below background threshold
Wu Fengguang
2
-14
/
+20
[prev]
[next]