summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-02-2736-115/+1851
|\
| * xtensa: add accept4 syscallChris Zankel2013-02-261-1/+4
| * xtensa: add support for TLSChris Zankel2013-02-247-7/+25
| * xtensa: add missing include asm/uaccess.h to checksum.hMax Filippov2013-02-241-0/+1
| * xtensa: do not enable GENERIC_GPIO by defaultMax Filippov2013-02-241-1/+1
| * xtensa: complete ptrace handling of register windowsMax Filippov2013-02-241-13/+20
| * xtensa: add support for oprofiledann2013-02-246-1/+209
| * xtensa: move spill_registers to traps.hMax Filippov2013-02-242-20/+25
| * xtensa: ISS: add host file-based simulated diskVictor Prupis2013-02-243-0/+412
| * xtensa: fix str[n]cmp return valueMax Filippov2013-02-241-2/+2
| * xtensa: avoid mmap cache aliasingMax Filippov2013-02-242-0/+45
| * xtensa: add finit_module syscallMax Filippov2013-02-241-1/+3
| * xtensa: pull signal definitions from signal-defs.hMax Filippov2013-02-241-10/+1Star
| * xtensa: fix ipc_parse_version selectionMax Filippov2013-02-241-0/+1
| * xtensa: dispatch medium-priority interruptsMarc Gauthier2013-02-2410-45/+260
| * xtensa: Add config files for Diamond 233L - Rev C processor variantPete Delaney2013-02-245-0/+825
| * xtensa: use new common dtc ruleStephen Warren2013-02-243-14/+17
| * xtensa: rename prom_update_property to of_update_propertyMax Filippov2013-02-241-2/+2
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-02-2747-331/+299Star
|\ \
| * | asm-generic: io: Fix ioread16/32be and iowrite16/32beMichal Simek2013-02-121-4/+4
| * | microblaze: Do not use module.h in files which are not modulesMichal Simek2013-02-1223-22/+23
| * | microblaze: Fix coding style issuesMichal Simek2013-02-1232-294/+259Star
| * | microblaze: Add missing return from debugfs_tlbMichal Simek2013-02-121-0/+2
| * | microblaze: Makefile cleanJason Wu2013-02-121-6/+3Star
| * | microblaze: Add .gitignore entries for auto-generated filesLars-Peter Clausen2013-02-122-0/+4
| * | microblaze: Fix strncpy_from_user macroMichal Simek2013-02-121-5/+4Star
* | | Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds2013-02-276-18/+34
|\ \ \
| * | | openrisc: add missing header inclusionStefan Kristiansson2013-02-261-0/+1
| * | | openrisc: really pass correct arg to schedule_tailJonas Bonn2013-02-171-1/+1
| * | | Add bitops include needed for ext2 filesystemSebastian Macke2013-02-171-0/+1
| * | | openrisc: update DTLB-miss handler lastJonas Bonn2013-02-171-3/+14
| * | | openrisc: fix up vmalloc page table loadingJonas Bonn2013-02-142-6/+14
| * | | openrisc idle: delete pm_idleLen Brown2013-02-101-5/+0Star
| * | | openrisc: remove CONFIG_SYMBOL_PREFIXJames Hogan2013-02-101-4/+0Star
| * | | openrisc: avoid using function parameter regs in reset vectorStefan Kristiansson2013-02-101-3/+3
| * | | openrisc: remove unused current_regsJonas Bonn2013-02-101-1/+0Star
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-275-15/+53
|\ \ \
| * | | x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ...Andrea Arcangeli2013-02-241-3/+47
| * | | Revert "x86, mm: Make spurious_fault check explicitly check explicitly check ...Andrea Arcangeli2013-02-241-7/+1Star
| * | | x86/mm/numa: Don't check if node is NUMA_NO_NODEWen Congyang2013-02-241-2/+1Star
| * | | x86, efi: Make "noefi" really disable EFI runtime serivcesMatt Fleming2013-02-201-2/+3
| * | | x86/apic: Fix parsing of the 'lapic' cmdline optionMathias Krause2013-02-201-1/+1
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-02-272-0/+8
|\ \ \ \
| * | | | clocksource : Nomadik-mtu : fix missing irq initializationDaniel Lezcano2013-02-221-0/+1
| * | | | posix-timer: Don't call idr_find() with out-of-range IDTejun Heo2013-02-211-0/+7
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-276-54/+142
|\ \ \ \ \
| * | | | | cputime: Use local_clock() for full dynticks cputime accountingFrederic Weisbecker2013-02-241-1/+1
| * | | | | cputime: Constify timeval_to_cputime(timeval) argumentLi Zhong2013-02-241-1/+1
| * | | | | sched: Move RR_TIMESLICE from sysctl.h to rt.hClark Williams2013-02-222-6/+6
| * | | | | sched: Fix /proc/sched_debug failure on very very large systemsNathan Zimmer2013-02-221-11/+79