Age | Commit message (Expand) | Author | Files | Lines |
2013-11-15 | xtensa: use buddy allocator for PTE table | Kirill A. Shutemov | 3 | -30/+13 |
2013-11-15 | xtensa: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 1 | -1/+4 |
2013-11-15 | xtensa: fix potential NULL-pointer dereference | Kirill A. Shutemov | 1 | -1/+5 |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -47/+14 |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -21/+33 |
2013-11-01 | Merge branch 'linus' into sched/core | Ingo Molnar | 3 | -21/+33 |
2013-10-16 | xtensa: Cocci spatch "noderef" | Thomas Meyer | 1 | -1/+2 |
2013-10-15 | xtensa: don't use alternate signal stack on threads | Baruch Siach | 1 | -1/+1 |
2013-10-15 | xtensa: fix fast_syscall_spill_registers_fixup | Max Filippov | 1 | -19/+30 |
2013-10-09 | of: remove empty arch prom.h headers | Rob Herring | 1 | -4/+0 |
2013-10-09 | of: remove HAVE_ARCH_DEVTREE_FIXUPS | Rob Herring | 1 | -2/+0 |
2013-10-09 | of: remove early_init_dt_setup_initrd_arch | Rob Herring | 1 | -11/+4 |
2013-10-09 | xtensa: use early_init_dt_scan | Rob Herring | 1 | -12/+9 |
2013-10-09 | xtensa: use unflatten_and_copy_device_tree | Rob Herring | 1 | -18/+1 |
2013-09-28 | net: introduce SO_MAX_PACING_RATE | Eric Dumazet | 1 | -0/+2 |
2013-09-25 | sched, arch: Create asm/preempt.h | Peter Zijlstra | 1 | -0/+1 |
2013-09-13 | Merge tag 'xtensa-next-20130912' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 11 | -353/+324 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 4 | -4/+0 |
2013-09-12 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -0/+2 |
2013-09-06 | xtensa: Fix broken allmodconfig build | Guenter Roeck | 1 | -0/+1 |
2013-09-06 | xtensa: remove CCOUNT_PER_JIFFY | Baruch Siach | 3 | -5/+4 |
2013-09-06 | xtensa: fix !CONFIG_XTENSA_CALIBRATE_CCOUNT build failure | Baruch Siach | 2 | -7/+2 |
2013-09-06 | xtensa: don't use echo -e needlessly | Max Filippov | 2 | -3/+3 |
2013-09-06 | xtensa: new fast_alloca handler | Max Filippov | 1 | -152/+40 |
2013-09-06 | xtensa: keep a3 and excsave1 on entry to exception handlers | Max Filippov | 5 | -142/+238 |
2013-09-06 | xtensa: enable kernel preemption | Max Filippov | 1 | -28/+17 |
2013-09-06 | xtensa: check thread flags atomically on return from user exception | Max Filippov | 1 | -18/+21 |
2013-07-24 | of: Specify initrd location using 64-bit | Santosh Shilimkar | 1 | -2/+1 |
2013-07-14 | xtensa: delete __cpuinit usage from all xtensa files | Paul Gortmaker | 1 | -1/+1 |
2013-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2013-07-11 | Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 28 | -146/+433 |
2013-07-10 | net: rename busy poll socket op and globals | Eliezer Tamir | 1 | -1/+1 |
2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2013-07-08 | xtensa: remove the second argument of __bio_kmap_atomic() | Zhao Hongjiang | 1 | -2/+2 |
2013-07-08 | xtensa: add static function tracer support | Max Filippov | 6 | -2/+78 |
2013-07-08 | xtensa: Flat DeviceTree copy not future-safe | Vineet Gupta | 1 | -1/+1 |
2013-07-08 | xtensa: check TLB sanity on return to userspace | Max Filippov | 3 | -1/+131 |
2013-07-08 | xtensa: adjust boot parameters address when INITIALIZE_XTENSA_MMU_INSIDE_VMLI... | Max Filippov | 2 | -3/+12 |
2013-07-08 | xtensa: bootparams: fix typo | Baruch Siach | 1 | -1/+1 |
2013-07-08 | xtensa: tell git to ignore generated .dtb files | Baruch Siach | 1 | -0/+1 |
2013-07-08 | xtensa: ccount based sched_clock | Baruch Siach | 2 | -0/+9 |
2013-07-08 | xtensa: ccount based clockevent implementation | Baruch Siach | 2 | -32/+79 |
2013-07-08 | xtensa: consolidate ccount access routines | Baruch Siach | 2 | -12/+4 |
2013-07-08 | xtensa: cleanup ccount frequency tracking | Baruch Siach | 5 | -12/+8 |
2013-07-08 | xtensa: timex.h: remove unused symbols | Baruch Siach | 1 | -7/+0 |
2013-07-08 | xtensa: tell git to ignore copied zlib source files | Baruch Siach | 1 | -0/+3 |
2013-07-03 | mm/xtensa: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -25/+2 |
2013-07-03 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -1/+1 |
2013-07-03 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -2/+2 |