| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-02 | 5 | -72/+39 |
|\ |
|
| * | compat: fs: Generic compat_sys_sendfile implementation | Catalin Marinas | 2012-10-02 | 3 | -40/+10 |
| * | switch simple cases of fget_light to fdget | Al Viro | 2012-09-26 | 1 | -12/+9 |
| * | switch spufs/coredump to iterate_fd() | Al Viro | 2012-09-26 | 1 | -20/+20 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 4 | -4/+0 |
|\ \ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-15 | 42 | -281/+307 |
| |\| |
|
| * | | netfilter: remove xt_NOTRACK | Cong Wang | 2012-09-03 | 4 | -4/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | userns: On ppc convert current_uid from a kuid before printing. | Eric W. Biederman | 2012-09-21 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | workqueue: make deferrable delayed_work initializer names consistent | Tejun Heo | 2012-08-21 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-10-01 | 3 | -6/+6 |
|\ \ \ |
|
| * \ \ | Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ... | Olof Johansson | 2012-09-13 | 3 | -6/+6 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | powerpc/fsl_msi: drop unneeded cast to non-const pointer | Arnd Bergmann | 2012-09-11 | 1 | -3/+3 |
| | * | | powerpc/celleb_pci: add a const qualifier | Uwe Kleine-König | 2012-09-11 | 1 | -1/+1 |
| | * | | powerpc/fsl_msi: add a const qualifier | Uwe Kleine-König | 2012-09-11 | 1 | -1/+1 |
| | * | | powerpc/83xx: add a const qualifier | Uwe Kleine-König | 2012-09-11 | 1 | -1/+1 |
| | |/ |
|
* | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-10-01 | 3 | -1/+63 |
|\ \ \ |
|
| * | | | Merge commit 'v3.6-rc5' into next | Bjorn Helgaas | 2012-09-13 | 42 | -281/+307 |
| |\| | |
|
| * | | | powerpc/powernv: I/O and memory alignment for P2P bridges | Gavin Shan | 2012-09-11 | 1 | -0/+39 |
| * | | | powerpc/PCI: Override pcibios_window_alignment() | Gavin Shan | 2012-09-11 | 2 | -0/+23 |
| * | | | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type | Yijing Wang | 2012-08-23 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-10-01 | 4 | -44/+36 |
|\ \ \ |
|
| * | | | vtime: Consolidate system/idle context detection | Frederic Weisbecker | 2012-09-25 | 1 | -19/+28 |
| * | | | cputime: Use a proper subsystem naming for vtime related APIs | Frederic Weisbecker | 2012-09-25 | 1 | -5/+5 |
| * | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2012-09-04 | 27 | -247/+239 |
| |\ \ \ |
|
| * | | | | cputime: Consolidate vtime handling on context switch | Frederic Weisbecker | 2012-08-20 | 3 | -9/+6 |
| * | | | | cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTING | Frederic Weisbecker | 2012-08-17 | 1 | -15/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-10-01 | 1 | -4/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | powerpc: remove four unused files from .gitignore | Paul Bolle | 2012-09-01 | 1 | -4/+0 |
* | | | | powerpc: Don't use __put_user() in patch_instruction | Benjamin Herrenschmidt | 2012-09-05 | 1 | -1/+1 |
* | | | | powerpc: Make sure IPI handlers see data written by IPI senders | Paul Mackerras | 2012-09-05 | 3 | -3/+16 |
* | | | | powerpc: Restore correct DSCR in context switch | Anton Blanchard | 2012-09-05 | 2 | -6/+18 |
* | | | | powerpc: Fix DSCR inheritance in copy_thread() | Anton Blanchard | 2012-09-05 | 1 | -10/+2 |
* | | | | powerpc: Keep thread.dscr and thread.dscr_inherit in sync | Anton Blanchard | 2012-09-05 | 2 | -2/+5 |
* | | | | powerpc: Update DSCR on all CPUs when writing sysfs dscr_default | Anton Blanchard | 2012-09-05 | 1 | -0/+8 |
* | | | | powerpc/powernv: Always go into nap mode when CPU is offline | Paul Mackerras | 2012-09-05 | 3 | -9/+4 |
* | | | | powerpc: Give hypervisor decrementer interrupts their own handler | Paul Mackerras | 2012-09-05 | 2 | -1/+11 |
* | | | | powerpc/vphn: Fix arch_update_cpu_topology() return value | Jesse Larrew | 2012-09-05 | 1 | -3/+4 |
| |_|/
|/| | |
|
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2012-08-25 | 20 | -238/+206 |
|\ \ \ |
|
| * | | | Revert "powerpc: Update g5_defconfig" | Benjamin Herrenschmidt | 2012-08-24 | 1 | -30/+73 |
| * | | | powerpc/perf: Use pmc_overflow() to detect rolled back events | Sukadev Bhattiprolu | 2012-08-24 | 1 | -1/+1 |
| * | | | powerpc: Fix VMX in interrupt check in POWER7 copy loops | Anton Blanchard | 2012-08-24 | 2 | -4/+4 |
| * | | | powerpc: POWER7 copy_to_user/copy_from_user patch applied twice | Anton Blanchard | 2012-08-24 | 1 | -31/+0 |
| * | | | powerpc: Fix personality handling in ppc64_personality() | Jiri Kosina | 2012-08-24 | 1 | -4/+4 |
| * | | | powerpc/dma-iommu: Fix IOMMU window check | Aaro Koskinen | 2012-08-24 | 1 | -5/+4 |
| * | | | powerpc: Remove unnecessary ifdefs | Michael Neuling | 2012-08-24 | 1 | -2/+0 |
| * | | | powerpc/kgdb: Restore current_thread_info properly | Tiejun Chen | 2012-08-24 | 1 | -2/+9 |
| * | | | powerpc/kgdb: Bail out of KGDB when we've been triggered | Tiejun Chen | 2012-08-24 | 1 | -0/+15 |
| * | | | powerpc/kgdb: Do not set kgdb_single_step on ppc | Tiejun Chen | 2012-08-24 | 1 | -1/+0 |