aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2013-03-29ia64 idle: delete stale (*idle)() function pointerGravatar Len Brown 1-4/+1
2013-03-12Select VIRT_TO_BUS directly where neededGravatar Stephen Rothwell 1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-4/+4
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSGravatar Stephen Rothwell 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-8/+5
2013-02-26default SET_PERSONALITY() in linux/elf.hGravatar Al Viro 1-3/+0
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+8
2013-02-25Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-36/+21
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-7/+11
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-34/+3
2013-02-23ia64: use %ld to print pages calculated in nr_free_buffer_pagesGravatar Zhang Yanfei 2-2/+2
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapGravatar Tang Chen 1-0/+3
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapGravatar Yasuaki Ishimatsu 1-0/+1
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableGravatar Wen Congyang 1-0/+18
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Gravatar Anatol Pomozov 1-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-3/+3
2013-02-22mm: use vm_unmapped_area() in hugetlbfs on ia64 architectureGravatar Michel Lespinasse 1-11/+9
2013-02-22mm: use vm_unmapped_area() on ia64 architectureGravatar Michel Lespinasse 1-25/+12
2013-02-21Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-15/+7
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-6/+6
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+3
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-9/+1
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 10-109/+30
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+0
2013-02-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Rafael J. Wysocki 2-4/+0
2013-02-17ia64 idle: delete pm_idleGravatar Len Brown 2-4/+0
2013-02-14burying unused conditionalsGravatar Al Viro 2-4/+0
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Gravatar Ingo Molnar 10-109/+30
2013-02-04arch Kconfig: Remove references to IRQ_PER_CPUGravatar James Hogan 1-1/+0
2013-02-03ia64: switch to generic sigaltstackGravatar Al Viro 2-16/+4
2013-02-03consolidate kernel-side struct sigaction declarationsGravatar Al Viro 2-7/+0
2013-02-03consolidate declarations of k_sigactionGravatar Al Viro 1-4/+0
2013-02-03sanitize rt_sigaction() situation a bitGravatar Al Viro 1-4/+0
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-27/+0
2013-01-29Merge branch 'acpi-lpss' into acpi-cleanupGravatar Rafael J. Wysocki 1-4/+0
2013-01-29x86, apicv: add virtual interrupt delivery supportGravatar Yang Zhang 1-0/+6
2013-01-27kvm: Prepare to add generic guest entry/exit callbacksGravatar Frederic Weisbecker 1-0/+1
2013-01-27cputime: Generic on-demand virtual cputime accountingGravatar Frederic Weisbecker 10-26/+26
2013-01-27cputime: Librarize per nsecs resolution cputime definitionsGravatar Frederic Weisbecker 1-84/+4
2013-01-25Merge 3.8-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-27/+0
2013-01-26ACPI: Remove useless type argument of driver .remove() operationGravatar Rafael J. Wysocki 1-1/+1
2013-01-25Merge 3.8-rc5 into tty-nextGravatar Greg Kroah-Hartman 1-27/+0
2013-01-23soreuseport: infrastructureGravatar Tom Herbert 1-1/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+1
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Gravatar Oleg Nesterov 1-27/+0
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYGravatar Joe Millenbach 1-0/+1
2013-01-17sk-filter: Add ability to lock a socket filter programGravatar Vincent Bernat 1-0/+2