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
2007-01-26
PNP: reserve system board iomem resources as well as ioport resources
Bjorn Helgaas
1
-7
/
+19
2007-01-26
ACPI: move FADT resource reservations from motherboard driver to osl
Bjorn Helgaas
2
-49
/
+48
2007-01-05
ACPI: use more understandable bus_id for ACPI devices
Zhang Rui
3
-12
/
+12
2006-12-21
ACPI: fix Supermicro X7DB8+ Boot regression
Rui Zhang
4
-55
/
+43
2006-12-21
ACPI: use PNPID:instance_no as bus_id of ACPI device
Zhang Rui
1
-9
/
+109
2006-12-15
ACPI: Set fake hid for non-PNPID ACPI devices
Zhang Rui
5
-61
/
+63
2006-12-15
ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver
Li Shaohua
3
-26
/
+52
2006-12-15
ACPI: consolidate two motherboard drivers into one
Li Shaohua
1
-15
/
+4
2006-12-15
ACPI: add acpi_bus_removal_type in acpi_device
Li Shaohua
2
-2
/
+5
2006-12-15
ACPI: add acpi_bus_ops in acpi_device
Li Shaohua
2
-27
/
+29
2006-12-15
ACPI: convert to sysfs framework
Patrick Mochel
5
-155
/
+49
2006-12-15
ACPI: adjust init order
Li Shaohua
1
-1
/
+1
2006-12-15
ACPI: change registration interface to follow driver model
Patrick Mochel
2
-148
/
+30
2006-12-15
ACPI: add ACPI bus_type for driver model
Patrick Mochel
5
-78
/
+105
2006-12-15
ACPI: add device_driver and hepler functions
Patrick Mochel
2
-5
/
+3
2006-12-15
ACPI: rename some functions
Zhang Rui
1
-7
/
+7
2006-12-15
ACPI: clean up scan.c
Zhang Rui
1
-329
/
+316
2006-12-13
Linux v2.6.20-rc1
v2.6.20-rc1
Linus Torvalds
1
-2
/
+2
2006-12-13
[NETFILTER]: bridge-netfilter: remove deferred hooks
Patrick McHardy
6
-201
/
+20
2006-12-13
[IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES
Kim Nordlund
2
-3
/
+3
2006-12-13
[SCTP]: Add support for SCTP_CONTEXT socket option.
Ivan Skytte Jorgensen
5
-1
/
+94
2006-12-13
[SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket.
Sridhar Samudrala
1
-0
/
+1
2006-12-13
[SCTP]: Handle address add/delete events in a more efficient way.
Sridhar Samudrala
4
-66
/
+81
2006-12-13
[TCP]: Fix oops caused by __tcp_put_md5sig_pool()
David S. Miller
1
-2
/
+3
2006-12-13
[IPV6]: Fix IPV6_UNICAST_HOPS getsockopt().
Brian Haley
1
-4
/
+19
2006-12-13
[DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li
Ian McDonald
1
-3
/
+3
2006-12-13
[NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loops
Al Viro
3
-6
/
+9
2006-12-13
[NETFILTER]: ip_tables: ipt and ipt_compat checks unification
Dmitry Mishin
1
-97
/
+79
2006-12-13
[NETFILTER]: x_tables: add missing try to load conntrack from match/targets
Yasuyuki Kozakai
4
-2
/
+48
2006-12-13
[NETFILTER]: x_tables: error if ip_conntrack is asked to handle IPv6 packets
Yasuyuki Kozakai
5
-24
/
+16
2006-12-13
[NETFILTER]: nf_nat: fix NF_NAT dependency
Yasuyuki Kozakai
1
-1
/
+1
2006-12-13
[NETFILTER]: Fix INET=n linking error
Patrick McHardy
1
-1
/
+1
2006-12-13
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
46
-255
/
+815
2006-12-13
Merge branch 'release' of master.kernel.org:/home/ftp/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+3
2006-12-13
Driver core: deprecate PM_LEGACY, default it to N
David Brownell
1
-4
/
+5
2006-12-13
Driver core: Make platform_device_add_data accept a const pointer
Scott Wood
2
-2
/
+2
2006-12-13
Driver core: "platform_driver_probe() can save codespace": save codespace
Andrew Morton
1
-1
/
+1
2006-12-13
DebugFS : file/directory removal fix
Mathieu Desnoyers
1
-0
/
+4
2006-12-13
DebugFS : more file/directory creation error handling
Mathieu Desnoyers
1
-4
/
+10
2006-12-13
DebugFS : file/directory creation error handling
Mathieu Desnoyers
1
-1
/
+3
2006-12-13
DebugFS : coding style fixes
Mathieu Desnoyers
1
-2
/
+3
2006-12-13
DebugFS : inotify create/mkdir support
Mathieu Desnoyers
1
-2
/
+10
2006-12-13
driver core: delete virtual directory on class_unregister()
Akinobu Mita
1
-0
/
+2
2006-12-13
Driver core: show "initstate" of module
Kay Sievers
1
-0
/
+25
2006-12-13
[ARM] Merge AT91 and devel branches
Russell King
46
-255
/
+815
2006-12-13
[ARM] 4017/1: [Jornada7xx] - Updating Jornada720.c
Kristoffer Ericson
1
-25
/
+204
2006-12-13
[IA64] Move sg_dma_{len,address} from pci.h to scatterlist.h
Tony Luck
2
-3
/
+3
2006-12-13
[ARM] 3992/1: i.MX/MX1 CPU Frequency scaling support
Pavel Pisa
4
-4
/
+306
2006-12-13
[ARM] Provide a method to alter the control register
Russell King
1
-0
/
+20
2006-12-13
[ARM] 4016/1: prefetch macro is wrong wrt gcc's "delete-null-pointer-checks"
Nicolas Pitre
1
-8
/
+8
[next]