Age | Commit message (Expand) | Author | Files | Lines |
2013-05-14 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 45 | -206/+763 |
2013-05-14 | powerpc: Set show_unhandled_signals to 1 by default | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-05-14 | powerpc/perf: Fix setting of "to" addresses for BHRB | Michael Neuling | 1 | -1/+30 |
2013-05-14 | powerpc/pmu: Fix order of interpreting BHRB target entries | Michael Neuling | 1 | -43/+46 |
2013-05-14 | powerpc/perf: Move BHRB code into CONFIG_PPC64 region | Michael Neuling | 1 | -121/+127 |
2013-05-14 | powerpc: select HAVE_CONTEXT_TRACKING for pSeries | Li Zhong | 1 | -0/+1 |
2013-05-14 | powerpc: Use the new schedule_user API on userspace preemption | Li Zhong | 2 | -1/+12 |
2013-05-14 | powerpc: Exit user context on notify resume | Li Zhong | 1 | -0/+5 |
2013-05-14 | powerpc: Exception hooks for context tracking subsystem | Li Zhong | 3 | -45/+112 |
2013-05-14 | powerpc: Syscall hooks for context tracking subsystem | Li Zhong | 2 | -2/+10 |
2013-05-14 | powerpc/booke64: Fix kernel hangs at kernel_dbg_exc | Scott Wood | 2 | -4/+11 |
2013-05-14 | powerpc: Fix irq_set_affinity() return values | Alexander Gordeev | 4 | -4/+4 |
2013-05-14 | powerpc: Provide __bswapdi2 | David Woodhouse | 3 | -1/+24 |
2013-05-14 | powerpc/powernv: Fix starting of secondary CPUs on OPALv2 and v3 | Benjamin Herrenschmidt | 1 | -6/+56 |
2013-05-14 | powerpc/powernv: Detect OPAL v3 API version | Benjamin Herrenschmidt | 4 | -4/+13 |
2013-05-14 | powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning again | Li Zhong | 3 | -4/+1 |
2013-05-14 | powerpc: Make CONFIG_RTAS_PROC depend on CONFIG_PROC_FS | Michael Ellerman | 1 | -1/+1 |
2013-05-14 | powerpc: Bring all threads online prior to migration/hibernation | Robert Jennings | 3 | -0/+137 |
2013-05-14 | powerpc/rtas_flash: Fix validate_flash buffer overflow issue | Vasant Hegde | 1 | -4/+6 |
2013-05-14 | powerpc/kexec: Fix kexec when using VMX optimised memcpy | Anton Blanchard | 1 | -0/+4 |
2013-05-14 | powerpc: Fix build errors STRICT_MM_TYPECHECKS | Aneesh Kumar K.V | 3 | -5/+5 |
2013-05-14 | powerpc/mm: Use the correct mask value when looking at pgtable address | Aneesh Kumar K.V | 1 | -1/+1 |
2013-05-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -1/+1 |
2013-05-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+0 |
2013-05-10 | powerpc: hard_irq_disable(): Call trace_hardirqs_off after disabling | Scott Wood | 1 | -2/+3 |
2013-05-10 | powerpc/powernv: Improve kexec reliability | Benjamin Herrenschmidt | 7 | -0/+56 |
2013-05-09 | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -8/+0 |
2013-05-09 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 7 | -17/+1 |
2013-05-08 | powerpc/powernv: Properly drop characters if console is closed | Benjamin Herrenschmidt | 1 | -0/+7 |
2013-05-08 | powerpc: Add an in memory udbg console | Alistair Popple | 5 | -0/+134 |
2013-05-07 | powerpc: Make hard_irq_disable() do the right thing vs. irq tracing | Benjamin Herrenschmidt | 1 | -9/+7 |
2013-05-06 | powerpc/topology: Fix spurr attribute permission | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-05-06 | powerpc/pci: Support per-aperture memory offset | Benjamin Herrenschmidt | 10 | -104/+54 |
2013-05-06 | powerpc/cell/iommu: Improve error message for missing node | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-05-06 | powerpc/cell/spufs: Fix status attribute permission | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-05-06 | irqdomain: Allow quiet failure mode | Benjamin Herrenschmidt | 1 | -3/+11 |
2013-05-06 | powerpc/pnv: Fix "compatible" property for P8 PHB | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-05-06 | powerpc/pci: Don't add bogus empty resources to PHBs | Benjamin Herrenschmidt | 1 | -14/+16 |
2013-05-06 | powerpc/powerpnv: Properly handle failure starting CPUs | Benjamin Herrenschmidt | 1 | -1/+3 |
2013-05-06 | powerpc/cputable: Advertise support for ISEL/HTM/DSCR/TAR on POWER8 | Nishanth Aravamudan | 1 | -0/+5 |
2013-05-06 | powerpc/cputable: Advertise ISEL support on appropriate embedded processors | Nishanth Aravamudan | 1 | -0/+5 |
2013-05-06 | powerpc/cputable: Advertise DSCR support on P7/P7+ | Nishanth Aravamudan | 1 | -0/+4 |
2013-05-06 | powerpc/cputable: Reserve bits in HWCAP2 for new features | Nishanth Aravamudan | 2 | -0/+11 |
2013-05-06 | powerpc/pseries: Perform proper max_bus_speed detection | Kleber Sacilotto de Souza | 5 | -0/+70 |
2013-05-06 | powerpc/pseries: Force 32 bit MSIs for devices that require it | Brian King | 2 | -3/+20 |
2013-05-06 | powerpc/tm: Fix null pointer deference in flush_hash_page | Michael Neuling | 1 | -0/+1 |
2013-05-06 | powerpc/powernv: Defer OPAL exception handler registration | Jeremy Kerr | 1 | -2/+13 |
2013-05-06 | powerpc: Emulate non privileged DSCR read and write | Anton Blanchard | 2 | -2/+12 |
2013-05-06 | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 37 | -230/+5185 |
2013-05-05 | Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |