index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
early_res.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-10-08
ARM: 6365/1: Update RealView defconfig
Linus Walleij
1
-2
/
+13
2010-10-08
ARM: vmlinux.lds: Move unwind tables into _stext.._etext
Russell King
1
-2
/
+2
2010-10-08
ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _data
Russell King
3
-4
/
+4
2010-10-08
ARM: 6428/1: add cpu_idle_wait() to support CPUidle on SMP systems.
Kevin Hilman
3
-0
/
+24
2010-10-08
ARM: 6429/1: Check for is_smp for tlb_ops and cache_ops broadcast
Tony Lindgren
1
-11
/
+17
2010-10-04
ARM: 6405/1: Handle __flush_icache_all for CONFIG_SMP_ON_UP
Tony Lindgren
4
-27
/
+77
2010-10-04
ARM: 6402/1: Don't send IPI in smp_send_stop if there's only one CPU
Tony Lindgren
1
-1
/
+2
2010-10-04
ARM: Allow SMP kernels to boot on UP systems
Russell King
14
-102
/
+237
2010-10-04
ARM: Provide common header for hard_smp_processor_id()
Russell King
7
-53
/
+18
2010-10-04
ARM: Simplify SMP/SCU/TWD dependencies
Russell King
1
-10
/
+7
2010-10-04
ARM: 6349/1: sa1111: move __sa1111_probe() to .devinit.text
Uwe Kleine-König
1
-1
/
+1
2010-10-04
ARM: 6293/1: coresight: cosmetic fixes
Alexander Shishkin
1
-11
/
+11
2010-10-04
ARM: 6291/1: coresight: move struct tracectx inside etm driver
Alexander Shishkin
2
-12
/
+15
2010-09-29
Linux 2.6.36-rc6
v2.6.36-rc6
Linus Torvalds
1
-1
/
+1
2010-09-29
MN10300: Handle missing sys_cacheflush() when caching disabled
David Howells
2
-8
/
+27
2010-09-28
alpha: fix compile problem in arch/alpha/kernel/signal.c
Linus Torvalds
1
-2
/
+2
2010-09-28
ahci: fix module refcount breakage introduced by libahci split
Tejun Heo
4
-14
/
+24
2010-09-28
hwmon (coretemp): Fix build breakage if SMP is undefined
Guenter Roeck
1
-0
/
+1
2010-09-28
tcp: Fix >4GB writes on 64-bit.
David S. Miller
3
-4
/
+5
2010-09-28
Fix pktcdvd ioctl dev_minor range check
Dan Rosenberg
1
-1
/
+1
2010-09-28
MN10300: Default config choice GDBSTUB_TTYSM0 should be GDBSTUB_ON_TTYSM0
David Howells
1
-1
/
+1
2010-09-28
net/9p: Mount only matching virtio channels
Sven Eckelmann
1
-1
/
+2
2010-09-28
de2104x: fix ethtool
Ondrej Zary
1
-2
/
+5
2010-09-28
tproxy: check for transparent flag in ip_route_newports
Ulrich Weber
1
-0
/
+2
2010-09-28
ipv6: add IPv6 to neighbour table overflow warning
Ulrich Weber
2
-2
/
+2
2010-09-27
tcp: fix TSO FACK loss marking in tcp_mark_head_lost
Yuchung Cheng
1
-1
/
+2
2010-09-27
mn10300: check __get_user/__put_user results...
Al Viro
1
-6
/
+6
2010-09-27
mn10300: get rid of set_fs(USER_DS) in sigframe setup
Al Viro
1
-4
/
+0
2010-09-27
mn10300: ->restart_block.fn needs to be reset on sigreturn
Al Viro
1
-0
/
+3
2010-09-27
mn10300: prevent double syscall restarts
Al Viro
1
-3
/
+9
2010-09-27
mn10300: avoid SIGSEGV delivery loop
Al Viro
1
-2
/
+2
2010-09-27
alpha: __get_user/__put_user results need to be checked...
Al Viro
1
-4
/
+4
2010-09-27
alpha: switch osf_sigprocmask() to use of sigprocmask()
Al Viro
3
-47
/
+12
2010-09-27
3c59x: fix regression from patch "Add ethtool WOL support"
Jan Beulich
1
-0
/
+10
2010-09-27
RDMA/cxgb3: Turn off RX coalescing for iWARP connections
Steve Wise
1
-2
/
+4
2010-09-27
ARM: 6411/1: vexpress: set RAM latencies to 1 cycle for PL310 on ct-ca9x4 tile
Will Deacon
1
-1
/
+7
2010-09-27
net/9p: fix memory handling/allocation in rdma_request()
Davidlohr Bueso
1
-11
/
+18
2010-09-27
amd64_edac: Fix driver module removal
Borislav Petkov
1
-0
/
+3
2010-09-27
x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatile
Alexander Chumachenko
1
-1
/
+1
2010-09-27
ipv6: add a missing unregister_pernet_subsys call
Neil Horman
3
-3
/
+14
2010-09-27
s390: use free_netdev(netdev) instead of kfree()
Vasiliy Kulikov
1
-2
/
+2
2010-09-27
sgiseeq: use free_netdev(netdev) instead of kfree()
Kulikov Vasiliy
1
-1
/
+1
2010-09-27
rionet: use free_netdev(netdev) instead of kfree()
Kulikov Vasiliy
1
-1
/
+1
2010-09-27
ibm_newemac: use free_netdev(netdev) instead of kfree()
Kulikov Vasiliy
1
-2
/
+2
2010-09-27
smsc911x: Add MODULE_ALIAS()
Vincent Stehlé
1
-0
/
+1
2010-09-27
net: reset skb queue mapping when rx'ing over tunnel
Tom Herbert
1
-0
/
+1
2010-09-27
br2684: fix scheduling while atomic
Karl Hiramoto
1
-10
/
+2
2010-09-27
TOMOYO: Don't abuse sys_getpid(), sys_getppid()
Ben Hutchings
2
-4
/
+5
2010-09-27
de2104x: fix TP link detection
Ondrej Zary
1
-2
/
+21
2010-09-27
de2104x: fix power management
Ondrej Zary
1
-0
/
+3
[next]