- 5331d7b perf: Introduce new perf_fetch_caller_regs() for hot regs snapshot by Frederic Weisbecker · 15 years ago
- 61e67fb perf/x86-64: Use frame pointer to walk on irq and process stacks by Frederic Weisbecker · 15 years ago
- f3d46b2 perf, x86: Fix double enable calls by Peter Zijlstra · 15 years ago
- 19925ce perf, x86: Fix double disable calls by Peter Zijlstra · 15 years ago
- 356e1f2 perf, x86: Properly account n_added by Peter Zijlstra · 15 years ago
- 71e2d28 perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) by Peter Zijlstra · 15 years ago
- c08053e perf, x86: Fix x86_pmu_start by Peter Zijlstra · 15 years ago
- 34538ee perf, x86: Use unlocked bitops by Peter Zijlstra · 15 years ago
- aff3d91 perf, x86: Change x86_pmu.{enable,disable} calling convention by Peter Zijlstra · 15 years ago
- cc2ad4b perf, x86: Remove superfluous arguments to x86_perf_event_update() by Peter Zijlstra · 15 years ago
- 07088ed perf, x86: Remove superfluous arguments to x86_perf_event_set_period() by Peter Zijlstra · 15 years ago
- 3fb2b8d perf, x86, Do not user perf_disable from NMI context by Peter Zijlstra · 15 years ago
- 3f6da39 perf: Rework and fix the arch CPU-hotplug hooks by Peter Zijlstra · 15 years ago
- dc1d628 perf: Provide generic perf_sample_data initialization by Peter Zijlstra · 15 years ago
- 548b841 Merge commit 'v2.6.34-rc1' into perf/urgent by Ingo Molnar · 15 years ago
- e101541 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
- d4bab1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 15 years ago
- 09003ed [S390] smsgiucv: declare char pointers as "const" by Hendrik Brueckner · 15 years ago
- 584dfdd [S390] remove unused qdio flags in zfcp and qeth by Ursula Braun · 15 years ago
- b1e2ba8 [S390] Cleanup xtime usage by John Stultz · 15 years ago
- 596a95c [S390] uaccess: make sure copy_from_user_overflow is builtin by Heiko Carstens · 15 years ago
- a07e415 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes by Eric W. Biederman · 15 years ago
- 91a99df platform-drivers: move probe to .devinit.text in arch/arm by Uwe Kleine-König · 15 years ago
- 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
- 5fbcae5 sysdev: fix missing s390 conversion by Heiko Carstens · 15 years ago
- c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 15 years ago
- 322aafa Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 4a31c08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
- 2ddb3b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 15 years ago
- 08b8499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
- 42747d7 [WATCHDOG] watchdog_info constify by Wim Van Sebroeck · 15 years ago
- 6ee7765 parisc: use __ratelimit in unaligned.c by Akinobu Mita · 15 years ago
- c601852 parisc: Convert to read/update_persistent_clock by john stultz · 15 years ago
- eef83af parisc: Simplify param.h by including <asm-generic/param.h> by Robert P. J. Day · 15 years ago
- 1d747c7 parisc: drop unnecessary cast in __ldcw_align() macro by Helge Deller · 15 years ago
- 888c31f parisc: add strict copy size checks (v2) by Helge Deller · 15 years ago
- a3bee03 parisc: remove trailing space in messages by Frans Pop · 15 years ago
- 81e4a5e parisc: ditto sys_accept4 by Kyle McMartin · 15 years ago
- 9ceb38e parisc: wire up sys_recvmmsg by Helge Deller · 15 years ago
- 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 15 years ago
- 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 15 years ago
- 72c3368 nodemask.h: remove macro any_online_node by H Hartley Sweeten · 15 years ago
- 3b2a8c8 um: tell git to ignore generated files by WANG Cong · 15 years ago
- 03315b5 uml: line.c: avoid NULL pointer dereference by Alexander Beregalov · 15 years ago
- be14945 cris v32: typo in crisv32_arbiter_unwatch()? by Roel Kluin · 15 years ago
- cda1c5a cryptocop: fix assertion in create_output_descriptors() by Roel Kluin · 15 years ago
- ba875ba cris: convert to use arch_gettimeoffset() by john stultz · 15 years ago
- 77079db alpha: PTR_ERR overwrites -EINVAL in syscall osf_mount by Roel Kluin · 15 years ago
- 6822190 frv: remove pci_dma_sync_single() and pci_dma_sync_sg() by FUJITA Tomonori · 15 years ago
- 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 15 years ago
- 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 15 years ago
- 12926dc [WATCHDOG] ep93xx: added platform side support for TS-72xx WDT driver by Mika Westerberg · 15 years ago
- c812a51 Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
- 6c550ee x86: fix mtrr missing kernel-doc by Randy Dunlap · 15 years ago
- 660f6a3 Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 0272282 sh: Convert sh to use read/update_persistent_clock by John Stultz · 15 years ago
- 6895210 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
- 9bb6769 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
- 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
- 62c8cbb sh: Move PMB debugfs entry initialization to later stage by Pawel Moll · 15 years ago
- 3e75c3b Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 15 years ago
- 4f16d4e Merge branch 'perf/core' into perf/urgent by Ingo Molnar · 15 years ago
- e5a1101 x86: Issue at least one memory barrier in stop_machine_text_poke() by Masami Hiramatsu · 15 years ago
- b07f6b3 sh: Fix up flush_cache_vmap() on SMP. by Paul Mundt · 15 years ago
- 281983d sh: fix up MMU reset with variable PMB mapping sizes. by Paul Mundt · 15 years ago
- dd58ffc Merge branch 'coh' into dmaengine by Dan Williams · 15 years ago
- c7bbf52 x86, mrst: Fix whitespace breakage in apb_timer.c by H. Peter Anvin · 15 years ago
- 3010673 x86, mrst: Fix APB timer per cpu clockevent by Jacob Pan · 15 years ago
- f1771ff Simplify failure exits in s390/hypfs fill_super() by Al Viro · 15 years ago
- 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago
- 2a32f2d Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 8a4fd1e sparc64: Make prom entry spinlock NMI safe. by David S. Miller · 15 years ago
- 7f5b09c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
- fb7b096 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- c7d5a00 sparc64: Kill off old sys_perfctr system call and state. by David S. Miller · 15 years ago
- 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
- 6c5ae5b sparc: Update defconfigs. by David S. Miller · 15 years ago
- 1bff4db sparc: Provide io{read,write}{16,32}be(). by David S. Miller · 15 years ago
- 09e1172 sh: establish PMB mappings for NUMA nodes. by Paul Mundt · 15 years ago
- a1042aa sh: check for existing mappings for bolted PMB entries. by Paul Mundt · 15 years ago
- 29044ad x86/stacktrace: Don't dereference bad frame pointers by Frederic Weisbecker · 15 years ago
- d8111cd x86, mrst: Remove X86_MRST dependency on PCI_IOAPIC by Jacob Pan · 15 years ago
- 640e95a USB: atmel uaba: Adding invert vbus_pin by Eirik Aanonsen · 15 years ago
- bce54fe arm: defconfig: rx51: enable phonet and g_nokia by Felipe Balbi · 15 years ago
- 4e0fa90 USB: MXC: add platform resources for i.MX21 USB host controller. by Martin Fuzzey · 15 years ago
- 3eb352c USB: MXC: use DMA_BIT_MASK macro rather than hardcoded constants. by Martin Fuzzey · 15 years ago
- 23d3e7a USB: MXC: Add i.MX21 specific USB host controller driver. by Martin Fuzzey · 15 years ago
- b87108a DMAENGINE: COH 901 318 descriptor pool refactoring by Linus Walleij · 15 years ago
- 3a5b27b Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 15 years ago
- 5057bfa Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
- b7f3a20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 15 years ago
- 6d6b89b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
- b622d64 perf_events, x86: Fixup fixed counter constraints by Peter Zijlstra · 15 years ago
- 320ebf0 perf, x86: Restrict the ANY flag by Peter Zijlstra · 15 years ago
- 6eb3c73 sh: fixed virt/phys mapping helpers for PMB. by Paul Mundt · 15 years ago
- 4cfa8e7 sh: make pmb iomapping configurable. by Paul Mundt · 15 years ago
- 90e7d64 sh: reworked dynamic PMB mapping. by Paul Mundt · 15 years ago
- 94316cd sh: Fix up cpumask_of_pcibus() for the NUMA build. by Paul Mundt · 15 years ago
- 7d0b0a4 sh: Fix up ctrl_read/write stragglers in migor setup. by Paul Mundt · 15 years ago