| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-01-10 | 1 | -2/+1 |
|\ |
|
| * | kbuild: remove GCC_VERSION | Sam Ravnborg | 2006-01-08 | 1 | -6/+1 |
* | | [PATCH] kprobes: arch_remove_kprobe | Anil S Keshavamurthy | 2006-01-10 | 1 | -4/+0 |
* | | [PATCH] sanitize building of fs/compat_ioctl.c | Christoph Hellwig | 2006-01-10 | 2 | -48/+1 |
* | | [PATCH] common compat_sys_timer_create | Christoph Hellwig | 2006-01-10 | 2 | -29/+1 |
* | | [PATCH] /dev/mem: validate mmap requests | Bjorn Helgaas | 2006-01-09 | 1 | -49/+111 |
* | | [PATCH] remove gcc-2 checks | Andrew Morton | 2006-01-09 | 4 | -7/+3 |
* | | [PATCH] use ptrace_get_task_struct in various places | Christoph Hellwig | 2006-01-09 | 2 | -19/+6 |
* | | [PATCH] Swap Migration V5: sys_migrate_pages interface | Christoph Lameter | 2006-01-09 | 1 | -0/+1 |
|/ |
|
* | [IA64] Fix compile warnings in setup.c | Tony Luck | 2006-01-05 | 1 | -1/+1 |
* | Auto-update from upstream | Tony Luck | 2006-01-05 | 2 | -3/+9 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-01-05 | 1 | -2/+2 |
| |\ |
|
| | * | [PATCH] driver kill hotplug word from sn and others fix | Paul Jackson | 2006-01-05 | 1 | -2/+2 |
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2006-01-05 | 1 | -1/+7 |
| |\ \
| | |/
| |/| |
|
| | * | [CPUFREQ] CPU frequency display in /proc/cpuinfo | Venkatesh Pallipadi | 2005-12-07 | 1 | -1/+7 |
* | | | [IA64] incorrect return from ia64_pci_legacy_write() | Alex Williamson | 2006-01-03 | 1 | -1/+1 |
|/ / |
|
* | | [IA64] Add __read_mostly support for IA64 | Christoph Lameter | 2005-12-16 | 1 | -0/+3 |
* | | [IA64-SGI] change default_sn2 to NR_CPUS==1024 | hawkes@sgi.com | 2005-12-16 | 1 | -1/+1 |
* | | [IA64-SGI] Missed TLB flush | Jack Steiner | 2005-12-16 | 1 | -1/+1 |
* | | [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 |
* | | [PATCH] ia64 sn __iomem annotations | Al Viro | 2005-12-15 | 2 | -30/+30 |
* | | [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-13 | 9 | -97/+304 |
|\ \ |
|
| * | | [IA64-SGI] Fix SN PTC deadlock recovery | Jack Steiner | 2005-12-06 | 1 | -2/+6 |
| * | | [IA64] Change SET_PERSONALITY to comply with comment in binfmt_elf.c. | Robin Holt | 2005-12-06 | 3 | -4/+4 |
| * | | [IA64] Limit the maximum NODEDATA_ALIGN() offset | Jack Steiner | 2005-12-06 | 1 | -1/+3 |
| * | | [IA64-SGI] altix: pci_window fixup | John Keller | 2005-12-06 | 1 | -22/+131 |
| * | | [IA64] Allow salinfo_decode to detect signals on read | Keith Owens | 2005-12-05 | 1 | -1/+1 |
| * | | [IA64] refresh tiger_defconfig ready for 2.6.15 | Tony Luck | 2005-12-03 | 1 | -24/+50 |
| * | | [IA64] Updates to the sn2_defconfig for 2.6.15. | Robin Holt | 2005-12-02 | 1 | -43/+109 |
| |/ |
|
* | | [PATCH] Fix Kconfig of DMA32 for ia64 | Yasunori Goto | 2005-12-12 | 1 | -1/+1 |
* | | [PATCH] kprobes: increment kprobe missed count for multiprobes | Keshavamurthy Anil S | 2005-12-12 | 1 | -1/+1 |
|/ |
|
* | [IA64] Remove getting break_num by decoding instruction | Keshavamurthy Anil S | 2005-11-29 | 2 | -19/+1 |
* | [IA64] - Make pfn_valid more precise for SGI Altix systems | Dean Roe | 2005-11-29 | 1 | -0/+1 |
* | [PATCH] kprobes: Fix return probes on sys_execve | Jim Keniston | 2005-11-24 | 1 | -7/+0 |
* | [IA64-SGI] bte_copy nasid_index fix | Russ Anderson | 2005-11-21 | 1 | -0/+1 |
* | [IA64] fix bug in sn/ia64 for sparse CPU numbering | hawkes@sgi.com | 2005-11-21 | 1 | -1/+2 |
* | [IA64] Prevent sn2 ptc code from executing on all ia64 subarches | Prarit Bhargava | 2005-11-21 | 1 | -0/+3 |
* | [IA64] polish comments for tlb fault handler in ivt.S | Chen, Kenneth W | 2005-11-17 | 1 | -62/+71 |
* | [IA64] 4 level page table bug fix in vhpt_miss | Chen, Kenneth W | 2005-11-17 | 1 | -2/+2 |
* | [PATCH] ia64: cpu_idle performance bug fix | Chen, Kenneth W | 2005-11-16 | 1 | -7/+8 |
* | Merge x86-64 update from Andi | Linus Torvalds | 2005-11-15 | 1 | -0/+4 |
|\ |
|
| * | [PATCH] x86_64: Set compatibility flag for 4GB zone on IA64 | Andi Kleen | 2005-11-15 | 1 | -0/+4 |
* | | [IA64-SGI] set altix preferred console | Mark Maule | 2005-11-11 | 1 | -4/+153 |
* | | [IA64] 4-level page tables | Robin Holt | 2005-11-11 | 4 | -15/+65 |
* | | [IA64] utilize notify_die() for XPC disengage | Dean Nelson | 2005-11-10 | 3 | -5/+107 |
* | | [IA64] Replace kcalloc(1, with kzalloc. | Panagiotis Issaris | 2005-11-10 | 3 | -5/+5 |
* | | Pull add-mmio-to-proc-iomem into release branch | Tony Luck | 2005-11-10 | 1 | -24/+82 |
|\ \ |
|
| * | | [IA64] add the MMIO regions that are translated to I/O port space to /proc/iomem | Bjorn Helgaas | 2005-11-08 | 1 | -24/+82 |