index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
khazad.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-20
tmpfs: fix highmem swapoff crash regression
Hugh Dickins
1
-1
/
+2
2011-05-20
powerpc: Fix 32-bit SMP build
Josh Boyer
1
-1
/
+1
2011-05-20
ipc: Add missing sys_ni entries for ipc/compat.c functions
Kevin Cernekee
1
-0
/
+7
2011-05-20
spinlock_up.h: include asm/processor.h in for cpu_relax
Stephen Rothwell
1
-0
/
+2
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
35
-5
/
+32
2011-05-20
macvlan: fix panic if lowerdev in a bond
Eric Dumazet
1
-2
/
+2
2011-05-20
[IA64] define "_sdata" symbol
Tony Luck
1
-0
/
+1
2011-05-20
pstore: Fix Kconfig dependencies for apei->pstore
Luck, Tony
1
-0
/
+1
2011-05-20
[CIFS] Fix to problem with getattr caused by invalidate simplification patch
Steve French
2
-4
/
+8
2011-05-20
MAINTAINERS: Add drivers/clocksource to TIMEKEEPING
Thomas Gleixner
1
-0
/
+1
2011-05-20
clockevents/source: Use u64 to make 32bit happy
Thomas Gleixner
2
-2
/
+2
2011-05-20
powerpc: Fix hard CPU IDs detection
Benjamin Herrenschmidt
1
-4
/
+7
2011-05-20
extable, core_kernel_data(): Make sure all archs define _sdata
Steven Rostedt
7
-1
/
+20
2011-05-20
powerpc/pmac: Update via-pmu to new syscore_ops
Benjamin Herrenschmidt
1
-44
/
+12
2011-05-20
tg3: Add braces around 5906 workaround.
Matt Carlson
1
-1
/
+3
2011-05-20
tg3: Fix NETIF_F_LOOPBACK error
Matt Carlson
1
-2
/
+3
2011-05-20
macvlan: remove one synchronize_rcu() call
Eric Dumazet
3
-6
/
+9
2011-05-19
selinux: avoid unnecessary avc cache stat hit count
Linus Torvalds
3
-9
/
+11
2011-05-20
powerpc/kvm: Fix the build for 32-bit Book 3S (classic) processors
Paul Mackerras
2
-0
/
+7
2011-05-20
powerpc/kvm: Fix kvmppc_core_pending_dec
Paul Mackerras
1
-1
/
+1
2011-05-19
selinux: de-crapify avc cache stat code generation
Linus Torvalds
1
-5
/
+1
2011-05-19
signal.h need a definition of struct task_struct
Stephen Rothwell
1
-0
/
+2
2011-05-19
libata: Power off empty ports
Kristen Carlson Accardi
3
-3
/
+10
2011-05-19
libata-pmp: add support for Thermaltake BlackX Duet esata drive dock
Pavel Herrmann
1
-0
/
+10
2011-05-19
ATA: Don't powerdown Compaq Triflex IDE device on suspend
Mikulas Patocka
1
-1
/
+22
2011-05-19
libata: Use Maximum Write Same Length to report discard size limit
Martin K. Petersen
1
-1
/
+1
2011-05-19
drivers/ata/acard-ahci.c: fix enum warning
Jeff Garzik
1
-1
/
+1
2011-05-20
core_kernel_data(): Fix architectures that do not define _sdata
Ingo Molnar
1
-1
/
+1
2011-05-19
networking: NET_CLS_ROUTE4 depends on INET
Randy Dunlap
1
-0
/
+1
2011-05-19
irda: Fix error propagation in ircomm_lmp_connect_response()
David S. Miller
1
-4
/
+1
2011-05-19
irda: Kill set but unused variable 'bytes' in irlan_check_command_param()
David S. Miller
1
-4
/
+0
2011-05-19
irda: Kill set but unused variable 'clen' in ircomm_connect_indication()
David S. Miller
1
-6
/
+0
2011-05-19
rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()
David S. Miller
1
-1
/
+2
2011-05-19
[CPUFREQ] Move x86 drivers to drivers/cpufreq/
Dave Jones
29
-36
/
+37
2011-05-19
be2net: Kill set but unused variable 'req' in lancer_fw_download()
David S. Miller
1
-2
/
+0
2011-05-19
irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_indication()
David S. Miller
1
-3
/
+0
2011-05-19
atl1c: atl1c_resume() is only used when CONFIG_PM_SLEEP is defined.
David S. Miller
1
-0
/
+2
2011-05-19
rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().
David S. Miller
1
-1
/
+2
2011-05-19
rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()
David S. Miller
1
-4
/
+1
2011-05-19
rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()
David S. Miller
1
-3
/
+0
2011-05-19
rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()
David S. Miller
1
-2
/
+0
2011-05-19
pkt_sched: Kill set but unused variable 'protocol' in tc_classify()
David S. Miller
1
-2
/
+0
2011-05-19
isdn: capi: Use pr_debug() instead of ifdefs.
David S. Miller
1
-83
/
+32
2011-05-19
tg3: Update version to 3.119
Matt Carlson
1
-2
/
+2
2011-05-19
tg3: Apply rx_discards fix to 5719/5720
Matt Carlson
1
-1
/
+3
2011-05-19
tg3: Remove excessive parenthesis
Matt Carlson
1
-18
/
+18
2011-05-19
tg3: Consolidate all netdev feature assignments
Matt Carlson
1
-27
/
+24
2011-05-19
tg3: Move TSO_CAPABLE assignment
Matt Carlson
1
-15
/
+16
2011-05-19
tg3: Fix stats for 5704 and later devices
Matt Carlson
2
-4
/
+13
2011-05-19
tg3: Fix TSO loopback test
Matt Carlson
1
-1
/
+1
[next]