summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
Commit message (Expand)AuthorAgeFilesLines
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* alpha/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-2/+6
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-3/+4
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-201-1/+1
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-1/+1
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-152-11/+11
|\ \
| * | alpha: Replace __get_cpu_varChristoph Lameter2014-08-262-11/+11
| |/
* | vfs: move getname() from callers to do_mount()Seunghun Lee2014-10-091-13/+10Star
* | alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls.Michael Cree2014-08-291-0/+3
|/
* alpha/PCI: Use default pcibios_enable_device()Bjorn Helgaas2014-03-191-6/+0Star
* alpha: Enable system-call auditing support.蔡正龙2014-01-314-1/+70
* Merge branch 'pci/resource' into nextBjorn Helgaas2014-01-101-2/+2
|\
| * PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-211-2/+2
* | alpha/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-121-1/+1
|/
* alpha: perf: fix out-of-bounds array access triggered from raw eventWill Deacon2013-11-171-2/+13
* alpha: Use qemu+cserve provided high-res clock and alarm.Richard Henderson2013-11-173-7/+95
* alpha: Switch to GENERIC_CLOCKEVENTSRichard Henderson2013-11-174-109/+52Star
* alpha: Enable the rpcc clocksource for single processorRichard Henderson2013-11-171-30/+37
* alpha: Reorganize rtc handlingRichard Henderson2013-11-177-207/+327
* alpha: Primitive support for CPU power down.Richard Henderson2013-11-172-0/+32
* alpha: Allow HZ to be configuredRichard Henderson2013-11-172-9/+25
* alpha: Notice if we're being run under QEMURichard Henderson2013-11-171-1/+12
* alpha: Eliminate compiler warning from memset macroRichard Henderson2013-11-171-0/+1
* alpha: Use handle_percpu_irq for the timer interruptRichard Henderson2013-07-191-1/+1
* alpha: Don't if-out dp264_device_interrupt.Richard Henderson2013-07-191-8/+0Star
* alpha: Use __builtin_alpha_rpccRichard Henderson2013-07-191-3/+1Star
* alpha: Fix type compatibility warning for marvel_map_irqRichard Henderson2013-07-191-1/+2
* alpha: Generate dwarf2 unwind info for various kernel entry points.Richard Henderson2013-07-191-111/+288
* alpha: Add kcmp and finit_module syscallsRichard Henderson2013-07-191-0/+2
* alpha: kernel: typo issue, using '1' instead of '11'Chen Gang2013-07-191-1/+1
* alpha: kernel: using memcpy() instead of strcpy()Chen Gang2013-07-191-1/+2
* alpha: Convert print_symbol to %pSRJoe Perches2013-07-191-5/+3Star
* alpha: delete __cpuinit usage from all usersPaul Gortmaker2013-07-152-7/+7
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-1/+1
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-2/+2
* 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-212-2/+6
* | [readdir] constify ->actorAl Viro2013-06-291-7/+6Star
* | [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/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-79/+14Star
|\
| * srm_env: don't bother with pointer to srm_env_tAl Viro2013-04-091-24/+9Star
| * srm_env: use proc_remove_subtree()Al Viro2013-04-091-57/+7Star
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
* | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+1
* | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-7/+0Star
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-21/+1Star
|\ \
| * | alpha: Use generic idle loopThomas Gleixner2013-04-082-21/+1Star
* | | mm/alpha: use common help functions to free reserved pagesJiang Liu2013-04-301-3/+2Star
|/ /
* | alpha: irq: remove deprecated use of IRQF_DISABLEDWill Deacon2013-04-072-8/+7Star