Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pull new-syscalls into release branch | Tony Luck | 2006-02-09 | 2 | -26/+19 |
|\ | |||||
| * | [IA64] unshare system call registration for ia64 | Janak Desai | 2006-02-08 | 1 | -0/+3 |
| * | [IA64] add syscall entry for *at() | Chen, Kenneth W | 2006-02-06 | 2 | -26/+16 |
* | | [IA64] mca_drv: Add minstate validation | Hidetoshi Seto | 2006-02-09 | 1 | -0/+3 |
* | | [IA64] Fix CONFIG_PRINTK_TIME | Tony Luck | 2006-02-07 | 3 | -0/+32 |
* | | [IA64] Fix wrong use of memparse in efi.c | Zou Nan hai | 2006-02-07 | 1 | -11/+3 |
* | | [IA64] Fix a possible buffer overflow in efi.c | Zou Nan hai | 2006-02-07 | 1 | -1/+1 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2006-02-06 | 1 | -0/+75 |
|\ \ | |/ |/| | |||||
| * | [IA64] avoid broken SAL_CACHE_FLUSH implementations | Bjorn Helgaas | 2006-02-02 | 1 | -0/+75 |
* | | [PATCH] Export cpu topology in sysfs | Zhang, Yanmin | 2006-02-03 | 1 | -8/+10 |
|/ | |||||
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2006-02-01 | 6 | -65/+87 |
|\ | |||||
| *---------. | [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran... | Len Brown | 2006-01-24 | 6 | -65/+87 |
| |\ \ \ \ \ \ | |||||
| | | | | | | * | Pull pnpacpi into acpica branch | Len Brown | 2006-01-07 | 7 | -7/+50 |
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | | | | | | * | [ACPI] acpi_register_gsi() fix needed for ACPICA 20051021 | Len Brown | 2005-12-28 | 1 | -3/+3 |
| | | | | | | * | [ACPI] ACPICA 20050930 | Bob Moore | 2005-12-10 | 1 | -11/+11 |
| | | | | | | * | Pull release into acpica branch | Len Brown | 2005-12-06 | 22 | -482/+884 |
| | | | | | | |\ | | | | | |_|_|/ | | | | |/| | | | |||||
| | | | | | | * | [ACPI] ia64 build fix | MAEDA Naoaki | 2005-11-30 | 1 | -1/+1 |
| | | | | | * | | [ACPI] IA64 ZX1 buildfix for _PDC patch | Venkatesh Pallipadi | 2005-12-05 | 3 | -4/+5 |
| | | | | | * | | [ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only once | Venkatesh Pallipadi | 2005-12-01 | 3 | -51/+72 |
| | | | | |/ / | | | | |/| | | |||||
* | | | | | | | [IA64] Scaling fix for simultaneous unaligned accesses | Jack Steiner | 2006-01-24 | 1 | -1/+2 |
* | | | | | | | [IA64] Set the correct default OS status in the MCA handler | Keith Owens | 2006-01-24 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | [IA64] eliminate softlockup warning | John Hawkes | 2006-01-19 | 1 | -0/+1 |
* | | | | | | [IA64] sem2mutex: arch/ia64/kernel/perfmon.c | Jes Sorensen | 2006-01-19 | 1 | -5/+6 |
* | | | | | | [IA64] Perfmon for Montecito | Stephane Eranian | 2006-01-16 | 2 | -0/+271 |
* | | | | | | [IA64] prevent accidental modification of args in jprobe handler | Zhang Yanmin | 2006-01-13 | 2 | -0/+84 |
* | | | | | | [IA64] Add hotplug cpu to salinfo.c, replace semaphore with mutex | Keith Owens | 2006-01-13 | 1 | -51/+119 |
* | | | | | | [IA64] Handle debug traps in fsys mode | Jason Uhlenkott | 2006-01-13 | 1 | -7/+19 |
* | | | | | | [IA64] Fix conversion of pal_min_state physical address | Francois Wellenrieter | 2006-01-13 | 1 | -1/+1 |
* | | | | | | [IA64] Add stub entry to fsys.S for sys_migrate_pages | Tony Luck | 2006-01-13 | 1 | -0/+1 |
* | | | | | | [PATCH] ia64: task_pt_regs() | Al Viro | 2006-01-12 | 5 | -36/+36 |
* | | | | | | [PATCH] ia64: task_thread_info() | Al Viro | 2006-01-12 | 2 | -7/+7 |
* | | | | | | [PATCH] scheduler cache-hot-autodetect | akpm@osdl.org | 2006-01-12 | 1 | -0/+6 |
* | | | | | | [PATCH] sched: add cacheflush() asm | Ingo Molnar | 2006-01-12 | 1 | -0/+10 |
* | | | | | | [PATCH] capable/capability.h (arch/) | Randy Dunlap | 2006-01-11 | 2 | -0/+2 |
* | | | | | | [PATCH] kprobes: fix race in recovery of reentrant probe | Keshavamurthy Anil S | 2006-01-11 | 1 | -0/+7 |
* | | | | | | [PATCH] kprobes: arch_remove_kprobe | Anil S Keshavamurthy | 2006-01-10 | 1 | -4/+0 |
* | | | | | | [PATCH] /dev/mem: validate mmap requests | Bjorn Helgaas | 2006-01-08 | 1 | -49/+111 |
* | | | | | | [PATCH] remove gcc-2 checks | Andrew Morton | 2006-01-08 | 2 | -2/+2 |
* | | | | | | [PATCH] use ptrace_get_task_struct in various places | Christoph Hellwig | 2006-01-08 | 1 | -8/+1 |
* | | | | | | [PATCH] Swap Migration V5: sys_migrate_pages interface | Christoph Lameter | 2006-01-08 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | [IA64] Fix compile warnings in setup.c | Tony Luck | 2006-01-05 | 1 | -1/+1 |
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2006-01-04 | 1 | -1/+7 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | [CPUFREQ] CPU frequency display in /proc/cpuinfo | Venkatesh Pallipadi | 2005-12-06 | 1 | -1/+7 |
| | |/ / | |/| | | |||||
* | | | | [IA64] Add __read_mostly support for IA64 | Christoph Lameter | 2005-12-16 | 1 | -0/+3 |
* | | | | [IA64] uncached ref count leak | Jes Sorensen | 2005-12-16 | 1 | -3/+3 |
* | | | | [IA64] disable preemption in udelay() | John Hawkes | 2005-12-16 | 1 | -0/+29 |
| |/ / |/| | | |||||
* | | | [IA64] fix for SET_PERSONALITY when CONFIG_IA32_SUPPORT is not set. | Robin Holt | 2005-12-14 | 1 | -0/+2 |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2005-12-12 | 2 | -2/+5 |
|\ \ \ | |||||
| * | | | [IA64] Change SET_PERSONALITY to comply with comment in binfmt_elf.c. | Robin Holt | 2005-12-06 | 1 | -1/+4 |
| * | | | [IA64] Allow salinfo_decode to detect signals on read | Keith Owens | 2005-12-05 | 1 | -1/+1 |
| |/ / |