| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/PCI: Drop return value of pcibios_scan_root() | Bjorn Helgaas | 2014-02-03 | 3 | -8/+4 |
* | x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root() | Bjorn Helgaas | 2014-02-03 | 2 | -34/+19 |
* | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node() | Bjorn Helgaas | 2014-02-03 | 2 | -6/+2 |
* | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata() | Bjorn Helgaas | 2014-02-03 | 5 | -14/+8 |
* | x86/PCI: Drop pcibios_scan_root() check for bus already scanned | Bjorn Helgaas | 2014-02-03 | 1 | -9/+0 |
* | Linus 3.14-rc1v3.14-rc1 | Linus Torvalds | 2014-02-03 | 1 | -3/+3 |
* | Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2014-02-03 | 15 | -73/+278 |
|\ |
|
| * | parisc: add flexible mmap memory layout support | Helge Deller | 2014-02-02 | 6 | -43/+233 |
| * | parisc: Make EWOULDBLOCK be equal to EAGAIN on parisc | Guy Martin | 2014-02-02 | 1 | -1/+1 |
| * | parisc: convert uapi/asm/stat.h to use native types only | Helge Deller | 2014-02-02 | 1 | -21/+19 |
| * | parisc: wire up sched_setattr and sched_getattr | Helge Deller | 2014-02-02 | 2 | -1/+5 |
| * | parisc: fix cache-flushing | Helge Deller | 2014-02-02 | 3 | -3/+16 |
| * | parisc/sti_console: prefer Linux fonts over built-in ROM fonts | Helge Deller | 2014-02-02 | 2 | -4/+4 |
* | | hpfs: optimize quad buffer loading | Mikulas Patocka | 2014-02-03 | 1 | -46/+50 |
* | | hpfs: remember free space | Mikulas Patocka | 2014-02-03 | 3 | -10/+87 |
|/ |
|
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-02-02 | 1 | -0/+2 |
|\ |
|
| * | hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors | Jean Delvare | 2014-02-02 | 1 | -0/+1 |
| * | hwmon: Fix SENSORS_LM75 dependencies to eliminate build errors | Jean Delvare | 2014-02-02 | 1 | -0/+1 |
* | | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2014-02-02 | 3 | -27/+39 |
|\ \ |
|
| * | | mm: Fix warning on make htmldocs caused by slab.c | Masanari Iida | 2014-01-31 | 1 | -1/+1 |
| * | | mm: slub: work around unneeded lockdep warning | Dave Hansen | 2014-01-31 | 1 | -0/+6 |
| * | | mm: sl[uo]b: fix misleading comments | Dave Hansen | 2014-01-31 | 1 | -4/+4 |
| * | | slub: Fix possible format string bug. | Tetsuo Handa | 2014-01-13 | 1 | -1/+1 |
| * | | slub: use lockdep_assert_held | Peter Zijlstra | 2014-01-13 | 1 | -20/+20 |
| * | | slub: Fix calculation of cpu slabs | Li Zefan | 2013-12-29 | 1 | -1/+7 |
| * | | slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings | Randy Dunlap | 2013-12-18 | 1 | -56/+46 |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2014-02-02 | 3 | -200/+244 |
|\ \ \ |
|
| * | | | tools/power turbostat: introduce -s to dump counters | Andy Shevchenko | 2014-02-01 | 1 | -33/+65 |
| * | | | tools/power turbostat: remove unused command line option | Andy Shevchenko | 2014-02-01 | 1 | -3/+3 |
| * | | | turbostat: Add option to report joules consumed per sample | Dirk Brandewie | 2014-01-19 | 1 | -25/+66 |
| * | | | turbostat: run on HSX | Len Brown | 2014-01-19 | 1 | -11/+31 |
| * | | | turbostat: Add a .gitignore to ignore the compiled turbostat binary | Josh Triplett | 2014-01-19 | 1 | -0/+1 |
| * | | | turbostat: Clean up error handling; disambiguate error messages; use err and ... | Josh Triplett | 2014-01-19 | 1 | -69/+38 |
| * | | | turbostat: Factor out common function to open file and exit on failure | Josh Triplett | 2014-01-19 | 1 | -15/+16 |
| * | | | turbostat: Add a helper to parse a single int out of a file | Josh Triplett | 2014-01-19 | 1 | -57/+24 |
| * | | | turbostat: Check return value of fscanf | Josh Triplett | 2014-01-19 | 1 | -4/+16 |
| * | | | turbostat: Use GCC's CPUID functions to support PIC | Josh Triplett | 2014-01-19 | 1 | -5/+6 |
| * | | | turbostat: Don't attempt to printf an off_t with %zx | Josh Triplett | 2014-01-19 | 1 | -1/+1 |
| * | | | turbostat: Don't put unprocessed uapi headers in the include path | Josh Triplett | 2014-01-19 | 2 | -2/+2 |
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-02-02 | 31 | -57/+396 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | ARM: multi_v7_defconfig: remove redundant entries and re-enable TI_EDMA | Olof Johansson | 2014-02-01 | 1 | -10/+2 |
| * | | | ARM: multi_v7_defconfig: add mvebu drivers | Olof Johansson | 2014-02-01 | 1 | -0/+10 |
| * | | | clocksource: kona: Add basic use of external clock | Tim Kryger | 2014-02-01 | 1 | -3/+11 |
| * | | | drivers: bus: fix CCI driver kcalloc call parameters swap | Lorenzo Pieralisi | 2014-02-01 | 1 | -1/+1 |
| * | | | ARM: dts: bcm28155-ap: Fix Card Detection GPIO | Tim Kryger | 2014-02-01 | 1 | -1/+3 |
| * | | | Merge tag 'renesas-dt-fixes2-for-v3.14' of git://git.kernel.org/pub/scm/linux... | Olof Johansson | 2014-02-01 | 1 | -4/+4 |
| |\ \ \ |
|
| | * | | | ARM: shmobile: r8a7790.dtsi: ficx i2c[0-3] clock reference | Ben Dooks | 2014-01-21 | 1 | -4/+4 |
| * | | | | ARM: multi_v7_defconfig: Select CONFIG_AT803X_PHY | Fabio Estevam | 2014-02-01 | 1 | -0/+1 |
| * | | | | ARM: keystone: config: fix build warning when CONFIG_DMADEVICES is not set | Grygorii Strashko | 2014-02-01 | 2 | -1/+1 |
| * | | | | MAINTAINERS: ARM: SiRF: use regex patterns to involve all SiRF drivers | Barry Song | 2014-02-01 | 1 | -8/+1 |