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
2010-08-11
ide: use module_param_named rather than module_param_call
Rusty Russell
1
-7
/
+13
2010-08-11
param: update drivers/char/ipmi/ipmi_watchdog.c to new scheme
Rusty Russell
1
-15
/
+27
2010-08-11
param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.
Rusty Russell
1
-2
/
+30
2010-08-11
param: lock myri10ge_fw_name against sysfs changes.
Rusty Russell
1
-13
/
+41
2010-08-11
param: simple locking for sysfs-writable charp parameters
Rusty Russell
7
-0
/
+24
2010-08-11
param: remove unnecessary writable charp
Rusty Russell
4
-11
/
+11
2010-08-11
param: add kerneldoc to moduleparam.h
Rusty Russell
1
-26
/
+95
2010-08-11
param: locking for kernel parameters
Rusty Russell
2
-7
/
+82
2010-08-11
param: make param sections const.
Rusty Russell
3
-7
/
+7
2010-08-11
param: use free hook for charp (fix leak of charp parameters)
Rusty Russell
1
-2
/
+50
2010-08-11
param: add a free hook to kernel_param_ops.
Rusty Russell
2
-1
/
+18
2010-08-11
param: silence .init.text references from param ops
Rusty Russell
1
-0
/
+13
2010-08-11
Add param ops struct for hvc_iucv driver.
Sachin Sant
1
-2
/
+7
2010-08-11
nfs: update for module_param_named API change
Stephen Rothwell
1
-2
/
+7
2010-08-11
AppArmor: update for module_param_named API change
Stephen Rothwell
1
-12
/
+24
2010-08-11
param: use ops in struct kernel_param, rather than get and set fns directly
Rusty Russell
7
-111
/
+186
2010-08-11
param: move the EXPORT_SYMBOL to after the definitions.
Rusty Russell
1
-26
/
+13
2010-08-11
params: don't hand NULL values to param.set callbacks.
Rusty Russell
1
-17
/
+3
2010-08-11
documentation: fix erroneous email address.
Rusty Russell
1
-1
/
+1
2010-08-10
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
25
-501
/
+740
2010-08-10
x86: fix up system call numbering nit
Linus Torvalds
2
-2
/
+2
2010-08-10
power: Remove owner field from attribute initialization code in OLPC driver
Guenter Roeck
1
-1
/
+0
2010-08-10
i2c.h: fix kernel-doc warnings
Randy Dunlap
1
-0
/
+2
2010-08-10
kernel/timer.c: fix kernel-doc function parameter warning
Randy Dunlap
1
-0
/
+1
2010-08-10
docbook: fixup media support files for htmldocs also
Randy Dunlap
1
-1
/
+1
2010-08-10
docbook: fix fatal error from libata
Randy Dunlap
1
-1
/
+1
2010-08-10
jfs: don't allow os2 xattr namespace overlap with others
Dave Kleikamp
1
-49
/
+38
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
154
-3211
/
+4286
2010-08-10
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
109
-5048
/
+13451
2010-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
9
-26
/
+1192
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
3
-7
/
+11
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
25
-247
/
+336
2010-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
140
-2126
/
+5019
2010-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
112
-647
/
+5498
2010-08-10
USB: serial: fix stalled writes
Johan Hovold
1
-5
/
+10
2010-08-10
USB: remove fake "address-of" expressions
Alan Stern
4
-23
/
+15
2010-08-10
USB: fix thread-unsafe anchor utiliy routines
Christian Lamparter
1
-29
/
+21
2010-08-10
USB: usbtest: support test device with only one iso-in or iso-out endpoint
Ming Lei
1
-1
/
+4
2010-08-10
USB: usbtest: avoid to free coherent buffer in atomic context
Ming Lei
1
-1
/
+5
2010-08-10
USB: xhci: Set DMA mask for host.
Sarah Sharp
1
-0
/
+9
2010-08-10
USB: xhci: Don't flush doorbell writes.
Sarah Sharp
1
-5
/
+0
2010-08-10
USB: xhci: Reduce reads and writes of interrupter registers.
Sarah Sharp
1
-8
/
+10
2010-08-10
USB: xhci: Make xhci_set_hc_event_deq() static.
Sarah Sharp
3
-23
/
+23
2010-08-10
USB: xhci: Minimize HW event ring dequeue pointer writes.
Sarah Sharp
1
-13
/
+37
2010-08-10
USB: xhci: Make xhci_handle_event() static.
Sarah Sharp
2
-2
/
+1
2010-08-10
USB: xhci: Remove unnecessary reads of IRQ_PENDING register.
Sarah Sharp
1
-15
/
+12
2010-08-10
USB: xhci: Performance - move xhci_work() into xhci_irq()
Sarah Sharp
1
-43
/
+30
2010-08-10
USB: xhci: Performance - move interrupt handlers into xhci-ring.c
Sarah Sharp
3
-103
/
+104
2010-08-10
USB: xhci: Performance - move functions that find ep ring.
Sarah Sharp
4
-48
/
+85
2010-08-10
USB:: fix linux/usb.h kernel-doc warnings
Randy Dunlap
1
-0
/
+3
[next]