| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ia64-3.5-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2012-05-23 | 1 | -178/+13 |
|\ |
|
| * | [IA64] Liberate the signal layer from IA64 assembler | Andi Kleen | 2012-05-16 | 1 | -170/+1 |
| * | [IA64] Fix fast syscall version of getcpu() | Tony Luck | 2012-05-16 | 1 | -8/+12 |
* | | ia64: Remove unused cpu_idle_wait() | Thomas Gleixner | 2012-05-08 | 1 | -20/+0 |
* | | ia64: Use generic idle thread allocation | Thomas Gleixner | 2012-04-26 | 1 | -58/+3 |
* | | smp: Add task_struct argument to __cpu_up() | Thomas Gleixner | 2012-04-26 | 1 | -1/+1 |
|/ |
|
* | kill mm argument of vm_munmap() | Al Viro | 2012-04-21 | 1 | -1/+1 |
* | perfmon: kill some helpers and arguments | Al Viro | 2012-04-21 | 1 | -9/+4 |
* | VM: add "vm_munmap()" helper function | Linus Torvalds | 2012-04-21 | 1 | -8/+3 |
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2012-04-05 | 1 | -3/+11 |
|\ |
|
| * | X86 & IA64: adapt for dma_map_ops changes | Andrzej Pietrasiewicz | 2012-03-28 | 1 | -3/+11 |
* | | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-04-02 | 1 | -1/+1 |
|\ \ |
|
| * | | documentation: remove references to cpu_*_map. | Rusty Russell | 2012-03-29 | 1 | -1/+1 |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-29 | 4 | -11/+7 |
|\ \ \ |
|
| * | | | ia64: vsyscall: Add missing paranthesis | Thomas Gleixner | 2012-03-27 | 1 | -1/+1 |
| * | | | ia64: vsyscall: Use seqcount instead of seqlock | Thomas Gleixner | 2012-03-16 | 4 | -11/+7 |
| | |/
| |/| |
|
* | | | Fix ia64 build errors (fallout from system.h disintegration) | Luck, Tony | 2012-03-29 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-03-29 | 8 | -26/+24 |
|\ \ |
|
| * | | arch/ia64: remove references to cpu_*_map | Srivatsa S. Bhat | 2012-03-29 | 8 | -26/+24 |
* | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-29 | 24 | -23/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Disintegrate asm/system.h for IA64 | David Howells | 2012-03-28 | 24 | -23/+5 |
* | | | Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2012-03-24 | 3 | -5/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | [IA64] Fix ISA IRQ trigger model and polarity setting | Liu Jiang | 2012-03-14 | 1 | -4/+4 |
| * | | [IA64] Fix warning from machine_kexec.c | Paul Gortmaker | 2012-02-27 | 1 | -1/+1 |
| * | | [IA64] disable interrupts when exiting from ia64_mca_cmc_int_handler() | Jiri Kosina | 2012-02-08 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-03-20 | 1 | -3/+1 |
|\ \ |
|
| * | | sched/rt: Use schedule_preempt_disabled() | Thomas Gleixner | 2012-03-01 | 1 | -3/+1 |
| |/ |
|
* / | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 2012-02-24 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-01-19 | 1 | -4/+6 |
|\ |
|
| * | ACPI, ia64: Use SRAT table rev to use 8bit or 16/32bit PXM fields (ia64) | Kurt Garloff | 2012-01-17 | 1 | -4/+6 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-18 | 1 | -16/+2 |
|\ \ |
|
| * | | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2012-01-17 | 1 | -8/+1 |
| * | | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 | 1 | -8/+1 |
* | | | Merge branch 'wire-accept4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-14 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | ia64: Add accept4() syscall | Émeric Maschino | 2012-01-09 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | treewide: convert uses of ATTRIB_NORETURN to __noreturn | Joe Perches | 2012-01-13 | 1 | -1/+1 |
* | | | treewide: remove useless NORET_TYPE macro and uses | Joe Perches | 2012-01-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu | Linus Torvalds | 2012-01-10 | 1 | -0/+1 |
|\ \ |
|
| * | | iommu: Add option to group multi-function devices | Alex Williamson | 2011-11-15 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 1 | -1/+1 |
|\ \ |
|
| * | | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root | Al Viro | 2012-01-04 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 2 | -31/+31 |
|\ \ |
|
| * | | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 2 | -31/+31 |
| |/ |
|
* / | [IA64] Merge overlapping reserved regions at boot | Petr Tesarik | 2011-12-10 | 1 | -0/+19 |
|/ |
|
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 2 | -0/+2 |
|\ |
|
| * | ia64: Add export.h to arch/ia64 specific files as required | Paul Gortmaker | 2011-11-01 | 2 | -0/+2 |
* | | [IA64] Wire up cross memory attach syscalls | Tony Luck | 2011-11-02 | 1 | -0/+2 |
|/ |
|
* | iommu: Rename the DMAR and INTR_REMAP config options | Suresh Siddha | 2011-09-21 | 4 | -6/+6 |
* | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 2011-08-27 | 1 | -1/+1 |
* | Merge branch 'fixefi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l... | Linus Torvalds | 2011-08-05 | 1 | -1/+1 |
|\ |
|