Age | Commit message (Expand) | Author | Files | Lines |
2011-05-20 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
2011-05-20 | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 3 | -41/+21 |
2011-05-20 | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 1 | -4/+1 |
2011-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 68 | -948/+460 |
2011-05-20 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 1 | -3/+1 |
2011-05-18 | Merge branch 'power-domains' into for-linus | Rafael J. Wysocki | 5 | -263/+65 |
2011-05-18 | Merge branch 'syscore' into for-linus | Rafael J. Wysocki | 63 | -685/+395 |
2011-05-16 | OMAP1 / PM: Use generic clock manipulation routines for runtime PM | Rafael J. Wysocki | 1 | -47/+22 |
2011-05-16 | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -0/+3 |
2011-05-14 | clocksource: convert footbridge to generic i8253 clocksource | Russell King | 3 | -41/+21 |
2011-05-14 | sysfs: remove "last sysfs file:" line from the oops messages | Greg Kroah-Hartman | 1 | -1/+0 |
2011-05-13 | OMAP3: set the core dpll clk rate in its set_rate function | Avinash H.M | 1 | -0/+1 |
2011-05-12 | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 8 | -53/+97 |
2011-05-12 | ARM: 6870/1: The mandatory barrier rmb() must be a dsb() in for device accesses | Catalin Marinas | 3 | -3/+3 |
2011-05-12 | ARM: 6892/1: handle ptrace requests to change PC during interrupted system calls | Arnd Bergmann | 1 | -37/+53 |
2011-05-12 | ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEM | Will Deacon | 1 | -1/+15 |
2011-05-12 | Merge commit 'v2.6.39-rc7' into sched/core | Ingo Molnar | 43 | -373/+692 |
2011-05-11 | omap: iommu: Return IRQ_HANDLED in fault handler when no fault occured | Laurent Pinchart | 1 | -0/+2 |
2011-05-07 | Merge first four commits of 'zImage_fixes' of git://git.linaro.org/people/nic... | Russell King | 3 | -12/+26 |
2011-05-07 | ARM: zImage: the page table memory must be considered before relocation | Nicolas Pitre | 1 | -1/+2 |
2011-05-07 | ARM: zImage: make sure not to relocate on top of the relocation code | Nicolas Pitre | 1 | -10/+17 |
2011-05-07 | ARM: zImage: Fix bad SP address after relocating kernel | Tony Lindgren | 1 | -0/+5 |
2011-05-07 | ARM: zImage: make sure the stack is 64-bit aligned | Nicolas Pitre | 2 | -1/+2 |
2011-05-06 | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor... | Ingo Molnar | 4 | -1/+83 |
2011-05-06 | Merge branch 'for-linus' of git://github.com/at91linux/linux-2.6-at91 | Linus Torvalds | 4 | -1/+83 |
2011-05-04 | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 1 | -0/+8 |
2011-05-04 | [CPUFREQ] use dynamic debug instead of custom infrastructure | Dominik Brodowski | 1 | -3/+1 |
2011-05-02 | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 19 | -343/+519 |
2011-04-30 | PM / Runtime: Generic clock manipulation rountines for runtime PM (v6) | Rafael J. Wysocki | 1 | -131/+9 |
2011-04-29 | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 12 | -18/+56 |
2011-04-29 | ARM: 6891/1: prevent heap corruption in OABI semtimedop | Dan Rosenberg | 1 | -1/+1 |
2011-04-29 | Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixes | Russell King | 3 | -321/+462 |
2011-04-29 | ARM: kprobes: Tidy-up kprobes-decode.c | Jon Medhurst | 1 | -108/+23 |
2011-04-29 | ARM: kprobes: Add emulation of hint instructions like NOP and WFI | Jon Medhurst | 1 | -0/+24 |
2011-04-29 | ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions | Jon Medhurst | 1 | -0/+42 |
2011-04-29 | ARM: kprobes: Add emulation of MOVW and MOVT instructions | Jon Medhurst | 1 | -2/+28 |
2011-04-29 | ARM: kprobes: Reject probing of undefined data processing instructions | Jon Medhurst | 1 | -14/+17 |
2011-04-29 | ARM: kprobes: Remove redundant code in space_1111 | Jon Medhurst | 1 | -9/+5 |
2011-04-29 | ARM: kprobes: Fix emulation of PLD instructions | Jon Medhurst | 1 | -13/+8 |
2011-04-29 | ARM: kprobes: Reject probing of SETEND instructions | Jon Medhurst | 1 | -5/+0 |
2011-04-29 | ARM: kprobes: Consolidate stub decoding functions | Jon Medhurst | 1 | -31/+9 |
2011-04-29 | ARM: kprobes: Reject probing of all coprocessor instructions | Jon Medhurst | 1 | -102/+11 |
2011-04-29 | ARM: kprobes: Fix emulation of USAD8 instructions | Jon Medhurst | 1 | -6/+4 |
2011-04-29 | ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructions | Jon Medhurst | 1 | -7/+15 |
2011-04-29 | ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst... | Jon Medhurst | 1 | -2/+12 |
2011-04-29 | ARM: kprobes: Reject probing of undefined media instructions | Jon Medhurst | 1 | -1/+35 |
2011-04-29 | ARM: kprobes: Add emulation of RBIT instruction | Jon Medhurst | 1 | -1/+2 |
2011-04-29 | ARM: kprobes: Reject probing of LDRB instructions which load PC | Jon Medhurst | 1 | -0/+4 |
2011-04-29 | ARM: kprobes: Fix emulation of LDRD and STRD instructions | Jon Medhurst | 1 | -6/+6 |
2011-04-29 | ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic... | Jon Medhurst | 1 | -0/+17 |