| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -1/+0 |
* | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-09-13 | 1 | -7/+4 |
|\ |
|
| * | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 2013-09-13 | 1 | -2/+4 |
| * | arch: mm: remove obsolete init OOM protection | Johannes Weiner | 2013-09-13 | 1 | -5/+0 |
* | | ARC: SMP failed to boot due to missing IVT setup | Noam Camus | 2013-09-12 | 4 | -5/+5 |
|/ |
|
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-09-10 | 2 | -9/+2 |
|\ |
|
| * | of: consolidate definition of early_init_dt_alloc_memory_arch() | Grant Likely | 2013-08-28 | 1 | -6/+0 |
| * | Merge tag 'v3.11-rc7' into devicetree/next | Grant Likely | 2013-08-28 | 2 | -0/+11 |
| |\ |
|
| * | | of: Specify initrd location using 64-bit | Santosh Shilimkar | 2013-07-24 | 1 | -3/+2 |
* | | | ARC: fix new Section mismatches in build (post __cpuinit cleanup) | Vineet Gupta | 2013-09-05 | 2 | -2/+2 |
* | | | ARC: Fix __udelay calculation | Mischa Jonker | 2013-09-05 | 1 | -3/+2 |
* | | | ARC: remove console_verbose() from setup_arch() | Mischa Jonker | 2013-09-05 | 1 | -2/+0 |
* | | | ARC: Add read*_relaxed to asm/io.h | Mischa Jonker | 2013-09-05 | 1 | -0/+4 |
* | | | ARC: Handle un-aligned user space access in BE. | Noam Camus | 2013-09-05 | 1 | -7/+19 |
* | | | ARC: [ASID] Track ASID allocation cycles/generations | Vineet Gupta | 2013-08-30 | 4 | -86/+40 |
* | | | ARC: [ASID] activate_mm() == switch_mm() | Vineet Gupta | 2013-08-30 | 1 | -11/+9 |
* | | | ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASID | Vineet Gupta | 2013-08-30 | 2 | -33/+25 |
* | | | ARC: [ASID] Refactor the TLB paranoid debug code | Vineet Gupta | 2013-08-30 | 3 | -21/+21 |
* | | | ARC: [ASID] Remove legacy/unused debug code | Vineet Gupta | 2013-08-30 | 2 | -14/+0 |
* | | | ARC: No need to flush the TLB in early boot | Vineet Gupta | 2013-08-30 | 1 | -7/+0 |
* | | | ARC: MMUv4 preps/3 - Abstract out TLB Insert/Delete | Vineet Gupta | 2013-08-30 | 2 | -40/+56 |
* | | | ARC: MMUv4 preps/2 - Reshuffle PTE bits | Vineet Gupta | 2013-08-30 | 3 | -25/+11 |
* | | | ARC: MMUv4 preps/1 - Fold PTE K/U access flags | Vineet Gupta | 2013-08-29 | 3 | -48/+54 |
* | | | ARC: Code cosmetics (Nothing semantical) | Vineet Gupta | 2013-08-29 | 4 | -104/+77 |
* | | | ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVE | Vineet Gupta | 2013-08-26 | 2 | -12/+5 |
* | | | ARC: Exception Handlers Code consolidation | Vineet Gupta | 2013-08-26 | 3 | -51/+37 |
* | | | ARC: Add some .gitignore entries | Vineet Gupta | 2013-08-26 | 2 | -0/+2 |
| |/
|/| |
|
* | | ARC: [lib] strchr breakage in Big-endian configuration | Joern Rennecke | 2013-08-24 | 1 | -0/+10 |
* | | ARC: SMP build breakage | Vineet Gupta | 2013-07-27 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-07-10 | 8 | -58/+62 |
|\ |
|
| * | ARC: [TB10x] Updates for irqchip driver | Christian Ruppert | 2013-06-28 | 4 | -54/+43 |
| * | ARC: [plat-arcfpga] Enable arc_emac for ARCAngle4 Board | Alexey Brodkin | 2013-06-28 | 4 | -4/+19 |
* | | mm: invoke oom-killer from remaining unconverted page fault handlers | Johannes Weiner | 2013-07-09 | 1 | -2/+4 |
* | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-07-04 | 2 | -10/+10 |
|\ \ |
|
| * | | i2c-designware: make SDA hold time configurable | Christian Ruppert | 2013-06-26 | 2 | -10/+10 |
| |/ |
|
* | | Merge branch 'kconfig-diet' from Dave Hansen | Linus Torvalds | 2013-07-04 | 2 | -7/+1 |
|\ \ |
|
| * | | consolidate per-arch stack overflow debugging options | Dave Hansen | 2013-07-04 | 2 | -7/+1 |
| |/ |
|
* | | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2013-07-04 | 1 | -36/+6 |
|\ \ |
|
| * | | mm/ARC: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-04 | 1 | -33/+3 |
| * | | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-04 | 1 | -1/+1 |
| * | | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 2013-07-04 | 1 | -2/+2 |
| * | | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-04 | 1 | -1/+1 |
* | | | Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-07-03 | 48 | -876/+670 |
|\ \ \
| |/ /
|/| | |
|
| * | | ARC: warn on improper stack unwind FDE entries | Vineet Gupta | 2013-06-27 | 1 | -0/+2 |
| * | | arc: delete __cpuinit usage from all arc files | Paul Gortmaker | 2013-06-27 | 7 | -16/+16 |
| * | | ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNT | Vineet Gupta | 2013-06-27 | 1 | -5/+5 |
| * | | ARC: [tlb-miss] Extraneous PTE bit testing/setting | Vineet Gupta | 2013-06-27 | 1 | -5/+5 |
| * | | ARC: Adjustments for gcc 4.8 | Vineet Gupta | 2013-06-27 | 5 | -19/+35 |
| * | | ARC: Setup Vector Table Base in early boot | Vineet Gupta | 2013-06-26 | 2 | -2/+2 |
| * | | ARC: Remove explicit passing around of ECR | Vineet Gupta | 2013-06-26 | 13 | -78/+59 |