index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-09-29
[PATCH] OMAP: Add keypad driver
Komal Shah
4
-0
/
+505
2006-09-29
[PATCH] OMAP: Add Watchdog driver support
Komal Shah
4
-0
/
+463
2006-09-29
[PATCH] OMAP: Add smc91x support for TI OMAP2420 H4 board
Komal Shah
1
-0
/
+1
2006-09-29
[PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloop
Chuck Ebbert
1
-6
/
+9
2006-09-29
[PATCH] Fix parameter names in drivers/base/class.c
Rolf Eike Beer
1
-4
/
+4
2006-09-29
[PATCH] Include documentation for functions in drivers/base/class.c
Rolf Eike Beer
1
-0
/
+1
2006-09-29
[PATCH] kthread: convert loop.c to kthread
Serge E. Hallyn
2
-48
/
+26
2006-09-29
[PATCH] kernel-doc: move filesystems together
Randy Dunlap
1
-39
/
+39
2006-09-29
[PATCH] kernel-doc for relay interface
Randy Dunlap
2
-14
/
+38
2006-09-29
[PATCH] libfs: remove page up-to-date check from simple_readpage
Pekka J Enberg
1
-9
/
+1
2006-09-29
[PATCH] Make net48xx-led use scx200_gpio_ops
Chris Boot
1
-5
/
+4
2006-09-29
[PATCH] scx200_gpio export cleanups
Chris Boot
2
-1
/
+2
2006-09-29
[PATCH] Let WARN_ON/WARN_ON_ONCE return the condition
Herbert Xu
2
-21
/
+23
2006-09-29
[PATCH] drivers/char/pc8736x_gpio.c: remove unused static functions
Adrian Bunk
1
-10
/
+0
2006-09-29
[PATCH] drivers/char/scx200_gpio.c: make code static
Jim Cromie
1
-1
/
+1
2006-09-29
[PATCH] remove unnecessary barrier in rtc_get_rtc_time
Steven Rostedt
1
-3
/
+1
2006-09-29
[PATCH] Make touch_nmi_watchdog imply touch_softlockup_watchdog on all archs
Michal Schmidt
2
-4
/
+2
2006-09-29
[PATCH] list_del debug check
Manfred Spraul
1
-5
/
+7
2006-09-29
[PATCH] Debug variants of linked list macros
Dave Jones
4
-0
/
+102
2006-09-29
[PATCH] make PROT_WRITE imply PROT_READ
Jason Baron
9
-10
/
+12
2006-09-29
[PATCH] fs/namespace: handle init/registration errors
Randy Dunlap
1
-2
/
+10
2006-09-29
[PATCH] block: handle subsystem_register() init errors
Randy Dunlap
1
-2
/
+7
2006-09-29
[PATCH] blockdev.c: check driver layer errors
Andrew Morton
1
-12
/
+22
2006-09-29
[PATCH] kernel/params: driver layer error checking
Randy Dunlap
1
-2
/
+11
2006-09-29
[PATCH] uml: remove pte_mkexec
Jeff Dike
2
-8
/
+4
2006-09-29
[PATCH] uml: don't roll my own random MAC generator
Jeff Dike
3
-34
/
+1
2006-09-29
[PATCH] uml: remove unneeded file
Jeff Dike
1
-484
/
+0
2006-09-29
[PATCH] uml: stack consumption reduction
Jeff Dike
2
-5
/
+14
2006-09-29
[PATCH] uml: close file descriptor leaks
Jeff Dike
2
-8
/
+7
2006-09-29
[PATCH] uml: locking documentation
Jeff Dike
5
-2
/
+14
2006-09-29
[PATCH] uml: mechanical tidying after random MACs change
Jeff Dike
3
-80
/
+40
2006-09-29
[PATCH] uml: assign random MACs to interfaces if necessary
Jeff Dike
3
-18
/
+46
2006-09-29
[PATCH] convert i386 Summit subarch to use SRAT info for apicid_to_node calls
keith mannthey
4
-2
/
+14
2006-09-29
[PATCH] SELinux: support mls categories for context mounts
Cory Olmo
1
-5
/
+30
2006-09-29
[PATCH] mm: make filemap_nopage use NOPAGE_SIGBUS
Adam Litke
1
-3
/
+3
2006-09-29
[PATCH] mm: fix a race condition under SMC + COW
Siddha, Suresh B
1
-1
/
+8
2006-09-29
[PATCH] convert s390 page handling macros to functions
Heiko Carstens
3
-51
/
+46
2006-09-29
[PATCH] JBD: memory leak in "journal_init_dev()"
Zoltan Menyhart
1
-11
/
+10
2006-09-29
[PATCH] JBD: Make journal_brelse_array() static
Dave Kleikamp
2
-2
/
+1
2006-09-29
[PATCH] Fix uninitialised spinlock in via-pmu-backlight code.
David Woodhouse
1
-1
/
+1
2006-09-29
[PATCH] remove generic__raw_read_trylock()
Matthew Wilcox
1
-11
/
+0
2006-09-29
[PATCH] sys_getcpu() prototype annotated
Al Viro
1
-1
/
+1
2006-09-29
[PATCH] __percpu_alloc_mask() has to be __always_inline in UP case
Al Viro
1
-1
/
+1
2006-09-29
[ETHTOOL]: Remove some entries from non-root command list.
David S. Miller
1
-4
/
+0
2006-09-29
[Bluetooth]: Fix section mismatch of bt_sysfs_cleanup()
Arnaud Patard
1
-1
/
+1
2006-09-29
[Bluetooth]: Don't update disconnect timer for incoming connections
Marcel Holtmann
1
-4
/
+4
2006-09-29
[ETHTOOL]: let mortals use ethtool
Stephen Hemminger
1
-7
/
+29
2006-09-29
[NetLabel]: add audit support for configuration changes
Paul Moore
11
-36
/
+235
2006-09-29
[TCP]: Fix and simplify microsecond rtt sampling
John Heffner
1
-8
/
+8
2006-09-29
[TCP] tcp-lp: prevent chance for oops
Wong Hoi Sing Edison
1
-3
/
+1
[next]