summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-272-5/+5
|\
| * fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov2013-02-231-2/+2
| * new helper: file_inode(file)Al Viro2013-02-231-3/+3
* | Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-261-25/+12Star
|\ \
| * | mm: use vm_unmapped_area() on ia64 architectureMichel Lespinasse2013-02-221-25/+12Star
| |/
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-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-241-16/+3Star
|\ \
| * | ia64: switch to generic sigaltstackAl Viro2013-02-041-16/+3Star
| |/
* | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-202-4/+0Star
|\ \
| * | ia64 idle: delete pm_idleLen Brown2013-02-182-4/+0Star
| |/
* | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-057-20/+21
|\ \ | |/ |/|
| * kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-271-0/+1
| * cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-277-20/+20
* | ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov2013-01-201-27/+0Star
|/
* Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-044-25/+14Star
|\
| * IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-044-25/+14Star
* | Wire up finit_module syscallLuck, Tony2013-01-031-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-124-143/+89Star
|\
| * flagday: kill pt_regs argument of do_fork()Al Viro2012-11-291-8/+6Star
| * death to idle_regs()Al Viro2012-11-291-5/+0Star
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+2
| * ia64: switch to generic sys_execve()Al Viro2012-10-192-22/+1Star
| * ia64: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-193-91/+80Star
| * ia64: don't mess with ar_bspstore in kernel_thread()Al Viro2012-10-151-5/+4Star
| * ia64: dead code in copy_thread() since 2004Al Viro2012-10-151-9/+0Star
| * ia64: clone() had been unused since 2004Al Viro2012-10-151-6/+0Star
* | Merge tag 'please-pull-misc-3.8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-121-2/+2
|\ \
| * | [IA64] Resolve name space collision for cache_show()Tony Luck2012-11-081-2/+2
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-121-18/+4Star
|\ \
| * | vtime: Warn if irqs aren't disabled on system time accounting APIsFrederic Weisbecker2012-11-201-0/+2
| * | vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker2012-11-191-8/+1Star
| * | vtime: Explicitly account pending user time on process tickFrederic Weisbecker2012-11-191-10/+1Star
| * | vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-191-4/+4
| * | vtime: Make vtime_account_system() irqsafeFrederic Weisbecker2012-10-291-4/+4
| |/
* | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-111-1/+1
|\ \
| * | /dev/mem: use phys_addr_t for physical addressesCyril Chemparathy2012-10-251-1/+1
| |/
* / ACPI / ia64: Export acpi_[un]register_gsi()Mika Westerberg2012-11-151-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-2/+2
|\
| * vfs: define struct filename and have getname() return itJeff Layton2012-10-131-2/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-121-2/+2
|\ \ | |/ |/|
| * time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-241-1/+1
| * time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-241-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-8/+0Star
|\ \
| * | ia64: can't reach do_signal() when returning to kernel modeAl Viro2012-10-011-8/+0Star
| |/
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-10/+8Star
|\ \
| * | switch simple cases of fget_light to fdgetAl Viro2012-09-271-8/+7Star