aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-8/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+8
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-19/+20
2012-10-01Merge tag 'please-pull-ia64-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds2-3/+4
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-33/+33
2012-10-01ia64: can't reach do_signal() when returning to kernel modeAl Viro1-8/+0
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-8/+7
2012-09-26make get_file() return its argumentAl Viro1-3/+1
2012-09-26switch itanic perfmonctl(2) to fget_light()Al Viro1-2/+3
2012-09-25ia64: Reuse system and user vtime accounting functions on task switchFrederic Weisbecker1-8/+3
2012-09-25ia64: Consolidate user vtime accountingFrederic Weisbecker1-13/+15
2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker1-11/+14
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-3/+3
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz1-1/+1
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz1-1/+1
2012-09-23ia64: Add missing RCU idle APIs on idle loopPaul E. McKenney1-0/+3
2012-09-21userns: On ia64 deal with current_uid and current_gid being kuid and kgidEric W. Biederman3-19/+20
2012-09-20[IA64] Must enable interrupts in do_notify_resume_user before calling tracehook_notify_resume()Tony Luck1-2/+2
2012-09-10[IA64] kexec: Move the dereference below the NULL testWei Yongjun1-1/+2
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker1-2/+2
2012-08-03ACPI: Only count valid srat memory structuresThomas Renninger1-2/+3
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+0
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-1/+0
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie1-1/+0
2012-07-24Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+0
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-07-19random: remove rand_initialize_irq()Theodore Ts'o1-1/+0
2012-06-28treewide: Put a space between #include and FILEPaul Bolle1-1/+1
2012-06-25iommu: Remove group_mfAlex Williamson1-1/+0
2012-06-05ia64: SMP: Remove call to ipi_call_lock_irq()/ipi_call_unlock_irq()Yong Zhang1-2/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-29/+5
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-24/+5
2012-06-01new helper: signal_delivered()Al Viro1-6/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-2/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-9/+1
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-30ia64 perfmon: fix get_unmapped_area() use thereAl Viro1-8/+2
2012-05-30ia64, sparc64: convert wrappers around do_mremap() to sys_mremap()Al Viro1-16/+3
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-13/+2
2012-05-23Merge tag 'ia64-3.5-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-178/+13
2012-05-21ia64: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+2
2012-05-16[IA64] Liberate the signal layer from IA64 assemblerAndi Kleen1-170/+1
2012-05-16[IA64] Fix fast syscall version of getcpu()Tony Luck1-8/+12
2012-05-08ia64: Remove unused cpu_idle_wait()Thomas Gleixner1-20/+0