summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* mm/ALPHA: clean up unused VALID_PAGE()Jiang Liu2013-07-031-2/+0
* mm/alpha: unify mem_init() for both UMA and NUMA architecturesJiang Liu2013-07-032-15/+2
* mm/alpha: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-032-62/+4
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-032-2/+2
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-032-3/+3
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-032-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-0/+1
|\
| * [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-291-0/+1
* | Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-07-022-2/+6
|\ \ | |/ |/|
| * TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing2013-05-202-2/+6
* | [readdir] constify ->actorAl Viro2013-06-291-7/+6
* | [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-1/+3
* | hose_mmap_page_range(): io_remap_pfn_range() will set all those flags...Al Viro2013-06-291-1/+0
* | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-3/+0
|\
| * Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-161-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-79/+14
|\ \
| * | srm_env: don't bother with pointer to srm_env_tAl Viro2013-04-091-24/+9
| * | srm_env: use proc_remove_subtree()Al Viro2013-04-091-57/+7
| * | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-226-18/+22
| |\ \
| * | | net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-0/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-14/+3
|\ \ \
| * | | make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro2013-03-031-1/+0
| * | | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-032-13/+3
* | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+1
* | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-7/+0
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-303-23/+1
|\ \ \ \
| * | | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0
| * | | | alpha: Use generic idle loopThomas Gleixner2013-04-083-21/+2
| * | | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0
| | |_|/ | |/| |
* / | | mm/alpha: use common help functions to free reserved pagesJiang Liu2013-04-293-26/+6
|/ / /
* | | alpha: irq: remove deprecated use of IRQF_DISABLEDWill Deacon2013-04-073-9/+8
* | | alpha: irq: run all handlers with interrupts disabledWill Deacon2013-04-072-8/+8
* | | alpha: makefile: don't enforce small data model for kernel buildsWill Deacon2013-04-071-1/+1
* | | alpha: Add irongate_io to PCI bus resourcesJay Estabrook2013-04-071-0/+5
| |/ |/|
* | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* | alpha: boot: fix build breakage introduced by system.h disintegrationWill Deacon2013-03-081-0/+1
|/
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\ \
| * | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-235-89/+48
|\ \
| * | alpha: pass k_sigaction and siginfo_t using ksignal pointerAl Viro2013-02-141-66/+45
| * | burying unused conditionalsAl Viro2013-02-142-2/+0
| * | alpha: switch to generic old sigsuspendAl Viro2013-02-032-10/+1
| * | alpha: remove stray debris left in copy_process()Al Viro2013-02-031-1/+0
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-6/+0