Age | Commit message (Expand) | Author | Files | Lines |
2012-07-31 | x86: OLPC: move s/r-related EC cmds to EC driver | Andres Salomon | 2 | -22/+36 |
2012-07-31 | Platform: OLPC: move debugfs support from x86 EC driver | Andres Salomon | 1 | -97/+0 |
2012-07-31 | x86: OLPC: switch over to using new EC driver on x86 | Andres Salomon | 2 | -31/+27 |
2012-07-31 | drivers: OLPC: update various drivers to include olpc-ec.h | Andres Salomon | 5 | -1/+4 |
2012-07-31 | Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver | Andres Salomon | 2 | -18/+5 |
2012-07-31 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -146/+1473 |
2012-07-31 | perf/x86: Fix USER/KERNEL tagging of samples properly | Peter Zijlstra | 5 | -17/+114 |
2012-07-31 | perf/x86/intel/uncore: Make UNCORE_PMU_HRTIMER_INTERVAL 64-bit | Andrew Morton | 1 | -1/+1 |
2012-07-30 | ACPI/x86: revert 'x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C ... | Len Brown | 4 | -8/+6 |
2012-07-30 | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION | Will Deacon | 2 | -1/+1 |
2012-07-30 | firmware_map: make firmware_map_add_early() argument consistent with firmware... | Yasuaki Ishimatsu | 1 | -1/+1 |
2012-07-30 | atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test | Catalin Marinas | 1 | -0/+1 |
2012-07-26 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 23 | -359/+541 |
2012-07-26 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -109/+154 |
2012-07-26 | Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git... | Linus Torvalds | 2 | -7/+2 |
2012-07-26 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -26/+40 |
2012-07-26 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -56/+1 |
2012-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 20 | -1093/+3266 |
2012-07-26 | arch/x86/kernel/kdebugfs.c: Ensure a consistent return value in error case | Julia Lawall | 1 | -2/+4 |
2012-07-26 | x86/mce: Add quirk for instruction recovery on Sandy Bridge processors | Tony Luck | 1 | -3/+40 |
2012-07-26 | x86/mce: Move MCACOD defines from mce-severity.c to <asm/mce.h> | Tony Luck | 2 | -7/+8 |
2012-07-26 | perf/x86: Fix missing struct before structure name | Jovi Zhang | 1 | -1/+1 |
2012-07-26 | x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqs | Tomoki Sekiyama | 2 | -2/+3 |
2012-07-26 | perf/x86: Fix format definition of SNB-EP uncore QPI box | Yan, Zheng | 2 | -1/+25 |
2012-07-26 | perf/x86: Make bitfield unsigned | Peter Zijlstra | 1 | -1/+1 |
2012-07-26 | perf/x86: Fix LLC-* and node-* events on Intel SandyBridge | Yan, Zheng | 1 | -6/+86 |
2012-07-26 | perf/x86: Add Intel Nehalem-EX uncore support | Yan, Zheng | 2 | -129/+1352 |
2012-07-26 | perf/x86: Fix typo in format definition of uncore PCU filter | Yan, Zheng | 1 | -8/+8 |
2012-07-26 | KVM: PIC: call ack notifiers for irqs that are dropped form irr | Gleb Natapov | 1 | -0/+17 |
2012-07-25 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 96 | -1519/+3848 |
2012-07-25 | x86, nops: Missing break resulting in incorrect selection on Intel | Alan Cox | 1 | -1/+1 |
2012-07-24 | Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -12/+0 |
2012-07-24 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 11 | -168/+440 |
2012-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-07-24 | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 8 | -77/+247 |
2012-07-24 | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 25 | -291/+1172 |
2012-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+4 |
2012-07-24 | sched/x86: Remove broken power estimation | Peter Zijlstra | 2 | -56/+1 |
2012-07-23 | Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai... | Joerg Roedel | 2 | -12/+0 |
2012-07-22 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -143/+149 |
2012-07-22 | Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -2/+4 |
2012-07-22 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+3 |
2012-07-22 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -224/+257 |
2012-07-22 | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -46/+59 |
2012-07-22 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 21 | -567/+414 |
2012-07-22 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 35 | -316/+363 |
2012-07-22 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -25/+75 |
2012-07-22 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -16/+0 |
2012-07-22 | Revert "x86/early_printk: Replace obsolete simple_strtoul() usage with kstrto... | Ingo Molnar | 1 | -6/+6 |
2012-07-21 | x86, boot: Exclude cmdline.c if you can't use it | Gokul Caushik | 2 | -2/+7 |