summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers: base: print rejected matches with DEBUG_DRIVERWolfram Sang2011-09-271-0/+3
* memory hotplug: Correct page reservation checkingNathan Fontenot2011-09-271-23/+37
* memory hotplug: Refuse to add unaligned memory regionsAnton Blanchard2011-09-271-0/+4
* remove the messy code file Documentation/zh_CN/SubmitChecklistHarry Wei2011-09-271-109/+0
* ARM: mxc: convert device creation to use platform_device_register_fullUwe Kleine-König2011-08-262-55/+14
* new helper to create platform devices with dma maskUwe Kleine-König2011-08-262-22/+78
* docs/driver-model: Update device class docsBart Van Assche2011-08-251-4/+0
* docs/driver-model: Document device.groupsBart Van Assche2011-08-251-33/+32
* kobj_uevent: Ignore if some listeners cannot handle messageMilan Broz2011-08-231-1/+1
* dynamic_debug: make netif_dbg() call __netdev_printk()Jason Baron2011-08-231-3/+1
* dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron2011-08-234-3/+48
* dynamic_debug: add Jason Baron as maintainerJason Baron2011-08-231-0/+6
* dynamic_debug: remove unused control variablesJason Baron2011-08-231-7/+0
* dynamic_debug: Convert printks to pr_<level>Joe Perches2011-08-231-33/+26
* dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefixJoe Perches2011-08-231-11/+23
* dynamic_debug: Consolidate prefix output to single routineJoe Perches2011-08-231-20/+18
* dynamic_debug: Add __dynamic_dev_dbgJoe Perches2011-08-234-4/+54
* pch_phub: use kernel's '%pM' format option to print MACAndy Shevchenko2011-08-231-2/+1
* pch_phub: Care FUNCSEL register in PMTomoya MORINAGA2011-08-231-0/+7
* drivers_base: platform: use always ->name for ueventSebastian Andrzej Siewior2011-08-231-1/+1
* drivers:uio:fix section mismatch in uio_pdrv_genirq.cWanlong Gao2011-08-231-1/+1
* drivers:uio:change the goto label to consistent with othersWanlong Gao2011-08-231-4/+3
* uio: uio_pci_generic: Remove useless spin_lockHans J. Koch2011-08-231-5/+0
* sysfs: use rb-tree for inode number lookupMikulas Patocka2011-08-232-42/+52
* sysfs: remove s_sibling hacksMikulas Patocka2011-08-232-12/+12
* sysfs: use rb-tree for name lookupsMikulas Patocka2011-08-232-7/+55
* sysfs: count subdirectoriesMikulas Patocka2011-08-233-13/+9
* docs/sysfs: Specify ABI documentation requirementsBart Van Assche2011-08-231-1/+9
* debugfs: Fix a comment mistakeHarry Wei2011-08-231-1/+1
* Linux 3.1-rc3v3.1-rc3Linus Torvalds2011-08-221-2/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-08-226-8/+26
|\
| * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2011-08-186-8/+26
| |\
| | * perf tools: Add group event scheduling option to perf record/statLin Ming2011-08-182-3/+8
| | * MAINTAINERS: Fix list of perf events source filesGeunsik Lim2011-08-181-1/+1
| | * perf tools: Fix build against newer glibcJosh Boyer2011-08-181-0/+2
| | * perf tools: Fix error handling of unknown eventsStephane Eranian2011-08-181-1/+5
| | * perf evlist: Fix missing event name init for default eventStephane Eranian2011-08-181-1/+10
| | * perf list: Fix exit valueStephane Eranian2011-08-181-2/+0
* | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-225-11/+15
|\ \ \
| * | | xen/tracing: Fix tracing config option properlyJeremy Fitzhardinge2011-08-221-1/+1
| * | | xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini2011-08-221-2/+2
| * | | xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-173-8/+12
| * | | xen: xen-selfballoon.c needs more header filesRandy Dunlap2011-08-101-0/+1
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2011-08-221-5/+10
|\ \ \ \
| * | | | firewire: core: handle ack_busy when fetching the Config ROMStefan Richter2011-08-131-5/+10
* | | | | Btrfs: fix 64 bit divide problemJosef Bacik2011-08-211-5/+7
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-08-215-9/+37
|\ \ \ \ \
| * | | | | ext4: flush any pending end_io requests before DIO reads w/dioread_nolockJiaying Zhang2011-08-201-2/+7
| * | | | | ext4: fix nomblk_io_submit option so it correctly converts uninit blocksTheodore Ts'o2011-08-131-1/+6
| * | | | | ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.Tao Ma2011-08-132-3/+12