Age | Commit message (Expand) | Author | Files | Lines |
2011-07-22 | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 1 | -1/+1 |
2011-06-21 | ARM: SMP: wait for CPU to be marked active | Russell King | 1 | -1/+5 |
2011-06-17 | ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbols | Dave Martin | 1 | -2/+11 |
2011-06-09 | ARM: extend Code: line by one 16-bit quantity for Thumb instructions | Russell King | 1 | -1/+1 |
2011-06-09 | ARM: 6955/1: cmpxchg syscall should data abort if page not write | Po-Yu Chuang | 1 | -1/+1 |
2011-06-09 | ARM: 6953/1: DT: don't try to access physical address zero | Nicolas Pitre | 1 | -0/+3 |
2011-06-06 | ARM: 6952/1: fix lockdep warning of "unannotated irqs-off" | Ming Lei | 2 | -1/+7 |
2011-05-28 | Merge branch 'setns' | Linus Torvalds | 1 | -0/+1 |
2011-05-28 | ns: Wire up the setns system call | Eric W. Biederman | 1 | -0/+1 |
2011-05-27 | Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus | Russell King | 7 | -44/+233 |
2011-05-26 | ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7 | Catalin Marinas | 2 | -2/+6 |
2011-05-26 | ARM: add sendmmsg syscall | Russell King | 1 | -0/+1 |
2011-05-26 | ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2 | Dave Martin | 3 | -44/+52 |
2011-05-26 | Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve... | Russell King | 1 | -1/+1 |
2011-05-25 | Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in... | Russell King | 5 | -42/+226 |
2011-05-24 | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -1/+1 |
2011-05-23 | Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and... | Russell King | 3 | -118/+248 |
2011-05-23 | Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi... | Russell King | 1 | -0/+7 |
2011-05-23 | ARM: consolidate SMP cross call implementation | Russell King | 1 | -0/+7 |
2011-05-23 | arm/dt: probe for platforms via the device tree | Grant Likely | 2 | -4/+117 |
2011-05-23 | arm/dt: consolidate atags setup into setup_machine_atags | Grant Likely | 1 | -29/+40 |
2011-05-20 | ARM: 6902/1: perf: Remove erroneous check on active_events | Mark Rutland | 1 | -5/+0 |
2011-05-19 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
2011-05-19 | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 1 | -4/+1 |
2011-05-17 | Merge branch 'syscore' into for-linus | Rafael J. Wysocki | 2 | -35/+28 |
2011-05-14 | ARM: 6883/1: ptrace: Migrate to regsets framework | Dave Martin | 1 | -109/+239 |
2011-05-13 | sysfs: remove "last sysfs file:" line from the oops messages | Greg Kroah-Hartman | 1 | -1/+0 |
2011-05-12 | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -37/+53 |
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: 6893/1: Allow for kernel command line concatenation | Victor Boivie | 1 | -4/+9 |
2011-05-12 | Merge commit 'v2.6.39-rc7' into sched/core | Ingo Molnar | 7 | -324/+475 |
2011-05-11 | arm/dt: Allow CONFIG_OF on ARM | Grant Likely | 3 | -1/+49 |
2011-05-11 | arm/dt: Make __vet_atags also accept a dtb image | Grant Likely | 2 | -10/+22 |
2011-05-04 | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 1 | -0/+8 |
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 | 2 | -321/+459 |
2011-04-28 | ARM: kprobes: Tidy-up kprobes-decode.c | Jon Medhurst | 1 | -108/+23 |
2011-04-28 | ARM: kprobes: Add emulation of hint instructions like NOP and WFI | Jon Medhurst | 1 | -0/+24 |
2011-04-28 | ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions | Jon Medhurst | 1 | -0/+42 |
2011-04-28 | ARM: kprobes: Add emulation of MOVW and MOVT instructions | Jon Medhurst | 1 | -2/+28 |
2011-04-28 | ARM: kprobes: Reject probing of undefined data processing instructions | Jon Medhurst | 1 | -14/+17 |
2011-04-28 | ARM: kprobes: Remove redundant code in space_1111 | Jon Medhurst | 1 | -9/+5 |
2011-04-28 | ARM: kprobes: Fix emulation of PLD instructions | Jon Medhurst | 1 | -13/+8 |
2011-04-28 | ARM: kprobes: Reject probing of SETEND instructions | Jon Medhurst | 1 | -5/+0 |
2011-04-28 | ARM: kprobes: Consolidate stub decoding functions | Jon Medhurst | 1 | -31/+9 |
2011-04-28 | ARM: kprobes: Reject probing of all coprocessor instructions | Jon Medhurst | 1 | -102/+11 |
2011-04-28 | ARM: kprobes: Fix emulation of USAD8 instructions | Jon Medhurst | 1 | -6/+4 |
2011-04-28 | ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructions | Jon Medhurst | 1 | -7/+15 |
2011-04-28 | ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst... | Jon Medhurst | 1 | -2/+12 |
2011-04-28 | ARM: kprobes: Reject probing of undefined media instructions | Jon Medhurst | 1 | -1/+35 |