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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-31
ide: add ide_dma_prepare() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+4
2009-03-31
ide: destroy DMA mappings after ending DMA (v2)
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2009-03-31
ide: add ->dma_clear method and remove ->dma_timeout one
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-03-31
ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2009-03-31
ide-cd: use scatterlists for PIO transfers (fs requests)
Bartlomiej Zolnierkiewicz
1
-0
/
+4
2009-03-31
Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2
Ingo Molnar
4
-8
/
+28
2009-03-31
powerpc: Remove unused symbols from fsl_devices.h
Grant Likely
1
-22
/
+0
2009-03-31
hrtimer: fix rq->lock inversion (again)
Peter Zijlstra
2
-0
/
+6
2009-03-31
Merge branch 'linus' into locking-for-linus
Ingo Molnar
250
-2303
/
+5457
2009-03-31
regulator: Support disabling of unused regulators by machines
Mark Brown
1
-0
/
+2
2009-03-31
regulator: Allow boot_on regulators to be disabled by clients
Mark Brown
1
-1
/
+3
2009-03-31
MMC: regulator utilities
David Brownell
1
-0
/
+5
2009-03-31
regulator: twl4030 regulators
David Brownell
1
-0
/
+47
2009-03-31
regulator: get_status() grows kerneldoc
David Brownell
1
-9
/
+10
2009-03-31
regulator: enumerate voltages (v2)
David Brownell
2
-0
/
+11
2009-03-31
regulator: Allow regulators to set the initial operating mode
Mark Brown
1
-0
/
+4
2009-03-31
regulator: email - update email address and regulator webpage.
Liam Girdwood
3
-3
/
+3
2009-03-31
regulator: fix header file missing kernel-doc
Randy Dunlap
1
-0
/
+1
2009-03-31
regulator: Hoist struct regulator_dev out of core to fix notifiers
Mark Brown
1
-0
/
+32
2009-03-31
regulator: Allow init_data to be passed to fixed voltage regulators
Mark Brown
1
-0
/
+3
2009-03-31
regulator: Allow init data to be supplied for bq24022
Mark Brown
1
-0
/
+3
2009-03-31
regulator: Pass regulator init data as explict argument when registering
Mark Brown
1
-1
/
+2
2009-03-31
Regulator: Push lock out of _notifier_call_chain + add voltage change event.
Jonathan Cameron
1
-0
/
+2
2009-03-31
regulator: add get_status()
David Brownell
1
-0
/
+17
2009-03-31
md/raid6: move raid6 data processing to raid6_pq.ko
Dan Williams
1
-0
/
+132
2009-03-31
md: move md_k.h from include/linux/raid/ to drivers/md/
NeilBrown
1
-411
/
+0
2009-03-31
md: move lots of #include lines out of .h files and into .c
NeilBrown
3
-44
/
+0
2009-03-31
md: move most content from md.h to md_k.h
NeilBrown
3
-40
/
+40
2009-03-31
md: move LEVEL_* definition from md_k.h to md_u.h
NeilBrown
3
-12
/
+17
2009-03-31
md: move headers out of include/linux/raid/
Christoph Hellwig
7
-1050
/
+0
2009-03-31
md: Fix is_mddev_idle test (again).
NeilBrown
1
-1
/
+1
2009-03-31
Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Rusty Russell
3
-11
/
+7
2009-03-31
strstarts: helper function for !strncmp(str, prefix, strlen(prefix))
Rusty Russell
1
-0
/
+9
2009-03-31
module: create a request_module_nowait()
Arjan van de Ven
1
-3
/
+8
2009-03-31
module: Export symbols needed for Ksplice
Tim Abbott
1
-0
/
+28
2009-03-31
Ksplice: Add functions for walking kallsyms symbols
Anders Kaseorg
2
-0
/
+27
2009-03-31
module: remove module_text_address()
Rusty Russell
1
-7
/
+0
2009-03-31
module: __module_address
Rusty Russell
1
-5
/
+15
2009-03-31
param: fix charp parameters set via sysfs
Rusty Russell
2
-0
/
+14
2009-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-13
/
+2
2009-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
Linus Torvalds
2
-6
/
+7
2009-03-30
Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
1
-3
/
+4
2009-03-30
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-49
/
+102
2009-03-30
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
Linus Torvalds
2
-5
/
+1
2009-03-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
Linus Torvalds
3
-0
/
+11
2009-03-30
Merge branch 'linus' into cpumask-for-linus
Ingo Molnar
226
-2131
/
+4902
2009-03-30
reiserfs: fix build breakage
Alexander Beregalov
1
-1
/
+2
2009-03-31
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
2
-5
/
+1
2009-03-30
Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-30
/
+240
2009-03-30
PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2)
Rafael J. Wysocki
1
-0
/
+1
[prev]
[next]