Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-19 | 11 | -188/+814 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ARC: [plat-arcfpga] Add defconfig without initramfs location | Mischa Jonker | 2013-11-15 | 1 | -0/+64 | |
| * | | | | | | | | | ARC: perf: ARC 700 PMU doesn't support sampling events | Mischa Jonker | 2013-11-15 | 1 | -0/+4 | |
| * | | | | | | | | | ARC: Add perf support for ARC700 cores | Mischa Jonker | 2013-11-12 | 4 | -1/+530 | |
| * | | | | | | | | | ARC: [TB10x] Updates for GPIO and pinctrl | Christian Ruppert | 2013-11-11 | 6 | -187/+216 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-11-19 | 12 | -154/+197 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | s390/pci: implement hotplug notifications | Sebastian Ott | 2013-11-15 | 1 | -25/+54 | |
| * | | | | | | | | | s390/scm_block: do not hide eadm subchannel dependency | Sebastian Ott | 2013-11-15 | 1 | -12/+1 | |
| * | | | | | | | | | s390/sclp: Consolidate early sclp init calls to sclp_early_detect() | Michael Holzheu | 2013-11-15 | 2 | -4/+2 | |
| * | | | | | | | | | s390/sclp: Move early code from sclp_cmd.c to sclp_early.c | Michael Holzheu | 2013-11-15 | 1 | -0/+2 | |
| * | | | | | | | | | s390/sclp: Determine HSA size dynamically for zfcpdump | Michael Holzheu | 2013-11-15 | 5 | -15/+20 | |
| * | | | | | | | | | s390/pci: implement pcibios_remove_bus | Sebastian Ott | 2013-11-15 | 3 | -40/+39 | |
| * | | | | | | | | | s390/pci: improve handling of bus resources | Sebastian Ott | 2013-11-15 | 2 | -65/+86 | |
| * | | | | | | | | | s390/boot: Install bzImage as default kernel image | Hendrik Brueckner | 2013-11-15 | 1 | -2/+2 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 2013-11-19 | 21 | -1041/+273 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | um: Remove unused declarations from <as-layout.h> | Geert Uytterhoeven | 2013-11-17 | 2 | -3/+1 | |
| * | | | | | | | | | um: remove used STDIO_CONSOLE Kconfig param | Michael Opdenacker | 2013-11-17 | 1 | -4/+0 | |
| * | | | | | | | | | um/vdso: add .gitignore for a couple of targets | Ramkumar Ramachandra | 2013-11-17 | 1 | -0/+2 | |
| * | | | | | | | | | arch/um: make it work with defconfig and x86_64 | Ramkumar Ramachandra | 2013-11-17 | 6 | -904/+167 | |
| * | | | | | | | | | um: Make kstack_depth_to_print conform to arch/x86 | Richard Weinberger | 2013-11-17 | 1 | -4/+1 | |
| * | | | | | | | | | um: Get rid of thread_struct->saved_task | Richard Weinberger | 2013-11-17 | 3 | -18/+4 | |
| * | | | | | | | | | um: Make stack trace reliable against kernel mode faults | Richard Weinberger | 2013-11-17 | 5 | -12/+44 | |
| * | | | | | | | | | um: Rewrite show_stack() | Richard Weinberger | 2013-11-17 | 6 | -106/+64 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-19 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86: Export 'boot_cpu_physical_apicid' to modules | David Rientjes | 2013-11-15 | 1 | -0/+1 | |
* | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-19 | 45 | -240/+21 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | preempt: Make PREEMPT_ACTIVE generic | Thomas Gleixner | 2013-11-13 | 30 | -78/+2 | |
| * | | | | | | | | | | sparc: Use preempt_schedule_irq | Thomas Gleixner | 2013-11-13 | 1 | -4/+2 | |
| * | | | | | | | | | | ia64: Use preempt_schedule_irq | Thomas Gleixner | 2013-11-13 | 1 | -14/+1 | |
| * | | | | | | | | | | m32r: Use preempt_schedule_irq | Thomas Gleixner | 2013-11-13 | 1 | -7/+1 | |
| * | | | | | | | | | | hardirq: Make hardirq bits generic | Thomas Gleixner | 2013-11-13 | 8 | -49/+0 | |
| * | | | | | | | | | | m68k: Simplify low level interrupt handling code | Thomas Gleixner | 2013-11-13 | 4 | -88/+15 | |
* | | | | | | | | | | | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2013-11-19 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | watchdog: sirf: add watchdog driver of CSR SiRFprimaII and SiRFatlasVI | Xianglong Du | 2013-11-17 | 1 | -0/+1 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-11-19 | 21 | -21/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | misc: (at24) move header to linux/platform_data/ | Vivien Didelot | 2013-09-30 | 21 | -21/+21 | |
* | | | | | | | | | | | | Merge tag 'for-v3.13' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 2013-11-19 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | twl4030_charger: Add devicetree support | NeilBrown | 2013-11-13 | 1 | -0/+6 | |
* | | | | | | | | | | | | | Merge tag 'edac_for_3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2013-11-18 | 3 | -6/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | ARM: dts: calxeda: move memory-controller node out of ecx-common.dtsi | Rob Herring | 2013-11-05 | 3 | -6/+12 | |
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-11-18 | 2 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | MIPS: db1235: Don't use MMC_CLKGATE | Ulf Hansson | 2013-10-31 | 1 | -1/+0 | |
| * | | | | | | | | | | | | sh: ecovec: fixup compile error on sdhi | Kuninori Morimoto | 2013-09-26 | 1 | -0/+1 | |
* | | | | | | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-11-16 | 33 | -68/+331 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'omap-for-v3.13/fixes-for-merge-window-take2' of git://git.kernel.o... | Olof Johansson | 2013-11-16 | 660 | -17459/+9317 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | ARM: OMAP2+: Fix build for dra7xx without omap4 and 5 | Tony Lindgren | 2013-11-15 | 2 | -2/+3 | |
| | * | | | | | | | | | | | | | ARM: OMAP2+: omap_device: maintain sane runtime pm status around suspend/resume | Nishanth Menon | 2013-11-15 | 1 | -2/+11 | |
| | * | | | | | | | | | | | | | ARM: OMAP3: Beagle: fix return value check in beagle_opp_init() | Wei Yongjun | 2013-11-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | ARM: OMAP2+: smsc911x: fix return value check in gpmc_smsc911x_init() | Wei Yongjun | 2013-11-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | Merge tag 'for-v3.13/clock-fixes-a' of git://git.kernel.org/pub/scm/linux/ker... | Tony Lindgren | 2013-11-14 | 2 | -10/+51 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |