summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-242-2/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-03-242-1/+9
|\
| * [IA64] New syscalls for 2.6.39Tony Luck2011-03-222-1/+9
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-03-242-17/+12
|\ \
| * \ Merge branch 'linus' into releaseLen Brown2011-03-2324-93/+55
| |\ \
| * \ \ Merge branch 'misc' into releaseLen Brown2011-03-231-2/+7
| |\ \ \
| | * | | ACPI: use __cpuinit for the acpi_processor_set_pdc() call treeJan Beulich2011-03-021-2/+7
| * | | | ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()Rafael J. Wysocki2011-02-242-9/+4
| * | | | ACPI / PM: Drop acpi_restore_state_mem()Rafael J. Wysocki2011-02-242-7/+2
| |/ / /
* | | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-233-21/+1
* | | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | | | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | | | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-231-0/+1
* | | | ia64: fix build breakage in asm/thread_info.hLuck, Tony2011-03-231-1/+1
| |/ / |/| |
* | | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-221-3/+0
* | | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-2/+3
* | | mm: NUMA aware alloc_task_struct_node()Eric Dumazet2011-03-221-1/+8
| |/ |/|
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-206-7/+7
|\ \
| * | ia64: change to new flag variablesmatt mooney2011-03-176-7/+7
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2011-02-157-31/+16
| |\ \ | | |/
| * | fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock2011-02-021-1/+1
* | | KVM: Add "exiting guest mode" stateXiao Guangrong2011-03-171-0/+2
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-03-166-3/+10
|\ \ \
| * \ \ Pull misc-2.6.39 into release branchTony Luck2011-03-166-3/+10
| |\ \ \ | | |_|/ | |/| |
| | * | [IA64] tioca: Fix assignment from incompatible pointer warningsJeff Mahoney2011-03-021-1/+1
| | * | [IA64] mca.c: Fix cast from integer to pointer warningJeff Mahoney2011-03-021-1/+2
| | * | [IA64] setup.c Typo fix "Architechtuallly"Justin P. Mattock2011-03-021-1/+1
| | * | [IA64] Add CONFIG_MISC_DEVICES=y to configs that need it.Tony Luck2011-03-022-0/+2
| | * | [IA64] disable interrupts at end of ia64_mca_cpe_int_handler()Tony Luck2011-02-241-0/+2
| | * | [IA64] Add DMA_ERROR_CODE define.Konrad Rzeszutek Wilk2011-01-111-0/+2
* | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-2/+1
|\ \ \ \
| * | | | tty: simserial: now phase out the ioctl file pointer for goodLuck, Tony2011-02-221-2/+1
| |/ / /
* | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\ \ \ \
| * | | | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-152-22/+10
|\ \ \ \
| * | | | ia64: Switch do_timer() to xtime_update()Torben Hohn2011-01-312-22/+10
| |/ / /
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-37/+0
|\ \ \ \
| * | | | rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner2011-01-271-5/+0
| * | | | rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner2011-01-271-5/+0
| * | | | rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner2011-01-271-15/+0
| * | | | rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner2011-01-271-9/+0
| * | | | rwsem: Cleanup includesThomas Gleixner2011-01-271-3/+0
| |/ / /
* | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-6/+9
|\ \ \ \
| * | | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-5/+5
| * | | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-3/+6
| |/ / /
* | | | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds2011-03-151-7/+2
|\ \ \ \
| * | | | xen: suspend: add "arch" to pre/post suspend hooksIan Campbell2011-02-251-7/+2
| |/ / /
* | | | xen: ia64 build broken due to "xen: switch to new schedop hypercall by default."Ian Campbell2011-03-011-1/+1
|/ / /
* | | ia64: Use generic irq KconfigThomas Gleixner2011-01-211-19/+4
OpenPOWER on IntegriCloud