| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Save rbp in pt_regs on irq entry | Frederic Weisbecker | 2011-01-07 | 1 | -13/+23 |
* | x86, dumpstack: Fix unused variable warning | Rakib Mullick | 2011-01-07 | 1 | -6/+0 |
* | x86, NMI: Clean-up default_do_nmi() | Don Zickus | 2011-01-07 | 1 | -16/+14 |
* | x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPU | Don Zickus | 2011-01-07 | 1 | -6/+10 |
* | x86, NMI: Remove DIE_NMI_IPI | Don Zickus | 2011-01-07 | 8 | -21/+12 |
* | x86, NMI: Add priorities to handlers | Don Zickus | 2011-01-07 | 8 | -6/+29 |
* | x86: Convert some devices to use DIE_NMIUNKNOWN | Don Zickus | 2011-01-07 | 3 | -3/+3 |
* | x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERR | Huang Ying | 2011-01-07 | 2 | -26/+37 |
* | perf_events: Add perf_event_time() | Stephane Eranian | 2011-01-07 | 1 | -14/+24 |
* | perf_events: Generalize use of event_filter_match() | Stephane Eranian | 2011-01-07 | 1 | -8/+8 |
* | perf_events: Move code around to prepare for cgroup | Stephane Eranian | 2011-01-07 | 2 | -16/+26 |
* | perf tools: Pass whole attr to event selectors | Lin Ming | 2011-01-07 | 5 | -10/+19 |
* | perf tools: Build with frame pointer | Frederic Weisbecker | 2011-01-06 | 1 | -1/+1 |
* | perf tools: Fix buffer overflow error when specifying all tracepoints | Han Pingtian | 2011-01-06 | 1 | -31/+30 |
* | tools, perf: Documentation for the power events API | Jean Pihet | 2011-01-05 | 1 | -0/+90 |
* | perf: Add calls to suspend trace point | Jean Pihet | 2011-01-05 | 1 | -0/+3 |
* | perf script: Make some lists static | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -2/+2 |
* | perf script: Use the default lost event handler | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -14/+1 |
* | perf session: Warn about errors when processing pipe events too | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -26/+31 |
* | perf tools: Fix perf_event.h header usage | Stephane Eranian | 2011-01-05 | 2 | -2/+2 |
* | perf test: Clarify some error reports in the open syscall test | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -7/+11 |
* | x86, NMI: Add touch_nmi_watchdog to io_check_error delay | Huang Ying | 2011-01-05 | 1 | -3/+5 |
* | x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same time | Dongdong Deng | 2011-01-05 | 1 | -0/+13 |
* | x86: Only call smp_processor_id in non-preempt cases | Don Zickus | 2011-01-05 | 1 | -1/+2 |
* | Merge commit 'v2.6.37' into perf/core | Ingo Molnar | 2011-01-05 | 78 | -755/+726 |
|\ |
|
| * | Linux 2.6.37v2.6.37 | Linus Torvalds | 2011-01-05 | 1 | -1/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-01-04 | 14 | -25/+87 |
| |\ |
|
| | * | ipv4/route.c: respect prefsrc for local routes | Joel Sing | 2011-01-04 | 1 | -2/+6 |
| | * | bridge: stp: ensure mac header is set | Florian Westphal | 2011-01-03 | 1 | -0/+2 |
| | * | bridge: fix br_multicast_ipv6_rcv for paged skbs | Tomas Winkler | 2011-01-03 | 1 | -10/+18 |
| | * | atl1: fix oops when changing tx/rx ring params | J. K. Cliburn | 2011-01-03 | 1 | -0/+10 |
| | * | drivers/atm/atmtcp.c: add missing atm_dev_put | Julia Lawall | 2010-12-31 | 1 | -1/+4 |
| | * | starfire: Fix dma_addr_t size test for MIPS | Ben Hutchings | 2010-12-31 | 1 | -1/+1 |
| | * | tg3: fix return value check in tg3_read_vpd() | David Sterba | 2010-12-31 | 1 | -1/+1 |
| | * | Broadcom CNIC core network driver: fix mem leak on allocation failures in cni... | Jesper Juhl | 2010-12-31 | 1 | -2/+8 |
| | * | ISDN, Gigaset: Fix memory leak in do_disconnect_req() | Jesper Juhl | 2010-12-31 | 1 | -0/+1 |
| | * | CAN: Use inode instead of kernel address for /proc file | Dan Rosenberg | 2010-12-31 | 1 | -2/+2 |
| | * | skfp: testing the wrong variable in skfp_driver_init() | Dan Carpenter | 2010-12-28 | 1 | -1/+1 |
| | * | ppp: allow disabling multilink protocol ID compression | stephen hemminger | 2010-12-28 | 1 | -2/+7 |
| | * | ehea: Avoid changing vlan flags | Breno Leitao | 2010-12-28 | 1 | -0/+7 |
| | * | ueagle-atm: fix PHY signal initialization race | Dan Williams | 2010-12-28 | 1 | -3/+19 |
| * | | remove trim_fs method from Documentation/filesystems/Locking | Christoph Hellwig | 2011-01-04 | 1 | -2/+0 |
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-01-04 | 14 | -157/+78 |
| |\ \ |
|
| | * \ | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 2011-01-03 | 259 | -1598/+2484 |
| | |\ \ |
|
| | | * | | ARM: pxa: fix page table corruption on resume | Aric D. Blumer | 2011-01-03 | 1 | -2/+2 |
| | | * | | ARM: it8152: add IT8152_LAST_IRQ definition to fix build error | Mike Rapoport | 2011-01-03 | 1 | -0/+1 |
| | | * | | ARM: pxa: PXA_ESERIES depends on FB_W100. | Lennert Buytenhek | 2011-01-03 | 1 | -0/+1 |
| | * | | | ARM: 6605/1: Add missing include "asm/memory.h" | Axel Lin | 2011-01-03 | 1 | -0/+1 |
| | * | | | ARM: 6540/1: Stop irqsoff trace on return to user | Todd Android Poynor | 2010-12-24 | 1 | -0/+6 |
| | * | | | ARM: 6537/1: update Nomadik, U300 and Ux500 maintainers | Linus Walleij | 2010-12-24 | 1 | -1/+16 |