index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.fwinst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-03-17
genksyms: Do not paste the bison header file to lex.c
Michal Marek
2
-147
/
+7
2011-01-19
Linux 2.6.38-rc1
v2.6.38-rc1
Linus Torvalds
1
-2
/
+2
2011-01-18
hwmon: (lm93) Add support for LM94
Guenter Roeck
3
-4
/
+28
2011-01-18
perf: Validate cpu early in perf_event_alloc()
Oleg Nesterov
1
-4
/
+6
2011-01-18
perf: Find_get_context: fix the per-cpu-counter check
Oleg Nesterov
1
-1
/
+1
2011-01-18
MIPS: Malta: enable Cirrus FB console
Aurelien Jarno
1
-0
/
+3
2011-01-18
MIPS: add CONFIG_VIRTUALIZATION for virtio support
Aurelien Jarno
1
-0
/
+16
2011-01-18
MIPS: Implement __read_mostly
David Daney
2
-1
/
+3
2011-01-18
MIPS: ath79: add common WMAC device for AR913X based boards
Gabor Juhos
6
-0
/
+92
2011-01-18
MIPS: ath79: Add initial support for the Atheros AP81 reference board
Gabor Juhos
4
-0
/
+104
2011-01-18
MIPS: ath79: add common SPI controller device
Gabor Juhos
6
-0
/
+84
2011-01-18
SPI: Add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs
Gabor Juhos
4
-0
/
+324
2011-01-18
MIPS: ath79: add common GPIO buttons device
Gabor Juhos
5
-0
/
+113
2011-01-18
MIPS: ath79: add common watchdog device
Gabor Juhos
3
-0
/
+12
2011-01-18
MIPS: ath79: add common GPIO LEDs device
Gabor Juhos
5
-0
/
+100
2011-01-18
MIPS: ath79: add initial support for the Atheros PB44 reference board
Gabor Juhos
4
-0
/
+73
2011-01-18
MIPS: ath79: utilize the MIPS multi-machine support
Gabor Juhos
3
-0
/
+37
2011-01-18
MIPS: ath79: add GPIOLIB support
Gabor Juhos
7
-2
/
+252
2011-01-18
MIPS: Add initial support for the Atheros AR71XX/AR724X/AR931X SoCs
Gabor Juhos
20
-0
/
+1365
2011-01-18
MIPS: jump label: Add MIPS support.
David Daney
5
-0
/
+110
2011-01-18
MIPS: Use WARN() in uasm for better diagnostics.
David Daney
1
-24
/
+16
2011-01-18
MIPS: Optimize TLB handlers for Octeon CPUs
David Daney
1
-51
/
+310
2011-01-18
MIPS: Add LDX and LWX instructions to uasm.
David Daney
3
-1
/
+24
2011-01-18
MIPS: Use BBIT instructions in TLB handlers
David Daney
1
-29
/
+90
2011-01-18
MIPS: Declare uasm bbit0 and bbit1 functions.
David Daney
1
-0
/
+2
2011-01-18
MIPS: Use C0_KScratch (if present) to hold PGD pointer.
David Daney
3
-18
/
+108
2011-01-18
MIPS: Add DINSM to uasm.
David Daney
2
-1
/
+11
2011-01-18
MIPS: Probe for presence of KScratch registers.
David Daney
3
-0
/
+5
2011-01-18
MIPS: Add generic support for multiple machines within a single kernel
Gabor Juhos
6
-1
/
+157
2011-01-18
MIPS: Use printf extension %pR for struct resource
Joe Perches
1
-5
/
+2
2011-01-18
MIPS: Sibyte: Use vzalloc in sbbus profiler
Joe Perches
1
-2
/
+1
2011-01-18
perf: Fix contexted inheritance
Peter Zijlstra
1
-6
/
+5
2011-01-18
x86: Clear irqstack thread_info
Brian Gerst
1
-5
/
+2
2011-01-18
x86: Make relocatable kernel work with new binutils
Shaohua Li
1
-2
/
+9
2011-01-18
ALSA: hda - Fix initialization for HP 2011 notebooks
Vitaliy Kulikov
1
-43
/
+10
2011-01-18
ALSA: hda - Add support for VMware controller
Bankim Bhavsar
1
-0
/
+2
2011-01-18
ALSA: hda - consitify string arrays
Takashi Iwai
11
-78
/
+95
2011-01-18
ALSA: hda - Add add multi-streaming playback for AD1988
Raymond Yau
1
-4
/
+178
2011-01-18
autofs4: clean ->d_release() and autofs4_free_ino() up
Al Viro
3
-19
/
+16
2011-01-18
autofs4: split autofs4_init_ino()
Al Viro
3
-26
/
+15
2011-01-18
autofs4: mkdir and symlink always get a dentry that had passed lookup
Al Viro
1
-18
/
+10
2011-01-18
autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore
Al Viro
3
-7
/
+5
2011-01-18
autofs4: kill ->size in autofs_info
Al Viro
3
-6
/
+3
2011-01-18
autofs4: pass mode to autofs4_get_inode() explicitly
Al Viro
3
-16
/
+15
2011-01-18
autofs4: autofs4_mkroot() is not different from autofs4_init_ino()
Al Viro
1
-12
/
+1
2011-01-18
autofs4: keep symlink body in inode->i_private
Al Viro
4
-28
/
+9
2011-01-18
autofs4 - fix debug print in autofs4_lookup()
Ian Kent
1
-1
/
+2
2011-01-18
vfs - fix dentry ref count in do_lookup()
Ian Kent
1
-1
/
+3
2011-01-18
autofs4 - fix get_next_positive_dentry()
Ian Kent
1
-2
/
+2
2011-01-18
ARM: S5PV310: Add missing virtual ASoC DMA device
Jassi Brar
2
-2
/
+4
[next]