| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] make PROT_WRITE imply PROT_READ | Jason Baron | 2006-09-29 | 1 | -2/+4 |
* | [IPV4]: annotate struct in_ifaddr | Al Viro | 2006-09-28 | 1 | -2/+2 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2006-09-27 | 19 | -177/+745 |
|\ |
|
| * | [IA64] minor reformatting to vmlinux.lds.S | Al Stone | 2006-09-26 | 1 | -2/+6 |
| * | [IA64] CMC/CPE: Reverse the order of fetching log and checking poll threshold | Hidetoshi Seto | 2006-09-26 | 1 | -8/+10 |
| * | [IA64] ar.fpsr not set on MCA/INIT kernel entry | Russ Anderson | 2006-09-26 | 1 | -0/+4 |
| * | [IA64] printing support for MCA/INIT | Hidetoshi Seto | 2006-09-26 | 4 | -36/+242 |
| * | [IA64] trim output of show_mem() | Jes Sorensen | 2006-09-26 | 1 | -5/+4 |
| * | [IA64] show_mem() printk levels | Jes Sorensen | 2006-09-26 | 2 | -22/+24 |
| * | [IA64] Make gp value point to Region 5 in mca handler | Zou Nan hai | 2006-09-26 | 1 | -5/+0 |
| * | Revert "[IA64] Unwire set/get_robust_list" | Tony Luck | 2006-09-26 | 1 | -2/+2 |
| * | [IA64-SGI] Do not request DMA memory for BTE | Christoph Lameter | 2006-09-26 | 1 | -2/+1 |
| * | [IA64] Move perfmon tables from thread_struct to pfm_context | Keshavamurthy Anil S | 2006-09-26 | 1 | -64/+49 |
| * | [IA64] Add interface so modules can discover whether multithreading is on. | Stephane Eranian | 2006-09-26 | 1 | -0/+24 |
| * | [IA64] kprobes: fixup the pagefault exception caused by probehandlers | Keshavamurthy Anil S | 2006-09-26 | 1 | -0/+6 |
| * | [IA64] kprobe opcode 16 bytes alignment on IA64 | bibo mao | 2006-09-26 | 1 | -26/+29 |
| * | Pull esi-support into release branch | Tony Luck | 2006-09-26 | 5 | -0/+318 |
| |\ |
|
| | * | [IA64] esi-support | David Mosberger-Tang | 2006-06-21 | 5 | -0/+318 |
| * | | Pull model-name into release branch | Tony Luck | 2006-09-26 | 1 | -10/+31 |
| |\ \ |
|
| | * | | [IA64] Add "model name" to /proc/cpuinfo | Tony Luck | 2006-06-05 | 1 | -10/+31 |
| | |/ |
|
* | | | [PATCH] sysctl: Allow /proc/sys without sys_sysctl | Eric W. Biederman | 2006-09-27 | 1 | -1/+1 |
* | | | [PATCH] Have ia64 use add_active_range() and free_area_init_nodes | Mel Gorman | 2006-09-27 | 4 | -87/+39 |
* | | | [PATCH] fix "cpu to node relationship fixup: map cpu to node" | KAMEZAWA Hiroyuki | 2006-09-27 | 1 | -2/+0 |
* | | | IA64: PCI: dont disable irq which is not enabled | Satoru Takeuchi | 2006-09-26 | 1 | -1/+2 |
* | | | [PATCH] smp_call_function_single() cleanup | Andrew Morton | 2006-09-26 | 2 | -1/+3 |
* | | | [PATCH] Define easier to handle GFP_THISNODE | Christoph Lameter | 2006-09-26 | 1 | -2/+1 |
* | | | [PATCH] Guarantee that the uncached allocator gets pages on the correct node | Christoph Lameter | 2006-09-26 | 1 | -1/+2 |
* | | | [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional | Christoph Lameter | 2006-09-26 | 1 | -9/+0 |
* | | | [PATCH] cpu to node relationship fixup: map cpu to node | KAMEZAWA Hiroyuki | 2006-09-25 | 2 | -4/+36 |
* | | | [PATCH] cpu to node relationship fixup: acpi_map_cpu2node | KAMEZAWA Hiroyuki | 2006-09-25 | 1 | -5/+8 |
|/ / |
|
* | | [PATCH] syscall class hookup for all normal targets | Al Viro | 2006-09-12 | 1 | -0/+4 |
* | | [PATCH] audit: AUDIT_PERM support | Al Viro | 2006-09-11 | 2 | -0/+35 |
* | | [PATCH] audit: more syscall classes added | Al Viro | 2006-09-11 | 2 | -0/+26 |
* | | [IA64] SN fix for cpu hotplug/kexec | Jack Steiner | 2006-09-08 | 1 | -1/+1 |
* | | [IA64] Save register stack contents on cpu start | Jack Steiner | 2006-09-08 | 1 | -0/+5 |
* | | [IA64] Unwire set/get_robust_list | Andreas Schwab | 2006-09-08 | 1 | -2/+2 |
* | | [IA64] correct file descriptor reference counting in perfmon | Stephane Eranian | 2006-09-08 | 1 | -1/+3 |
* | | [PATCH] IA64,sparc: local DoS with corrupted ELFs | Kirill Korotaev | 2006-09-08 | 1 | -12/+16 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2006-08-30 | 5 | -36/+30 |
|\ \ |
|
| * | | [IA64] Increase default nodes shift to 10, nr_cpus to 1024 | Christoph Lameter | 2006-08-29 | 1 | -2/+2 |
| * | | [IA64] panic if topology_init kzalloc fails | Paul Jackson | 2006-08-24 | 1 | -4/+2 |
| * | | [IA64-SGI] Silent data corruption caused by XPC V2. | Dean Nelson | 2006-08-08 | 3 | -30/+26 |
* | | | Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Greg Kroah-Hartman | 2006-08-26 | 1 | -1/+2 |
|\ \ \ |
|
| * \ \ | Merge ../linux-2.6 | James Bottomley | 2006-08-06 | 20 | -157/+185 |
| |\ \ \
| | |/ / |
|
| * | | | [SCSI] fix simscsi | Christoph Hellwig | 2006-07-28 | 1 | -2/+3 |
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*---. \ \ \ | Merge trivial low-risk suspend hotkey bugzilla-5918 into release | Len Brown | 2006-08-20 | 1 | -1/+1 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | / /
| | | |/ / |
|
| | * | | | ACPI: relax BAD_MADT_ENTRY check to allow LSAPIC variable length string UIDs | Starikovskiy, Alexey Y | 2006-08-18 | 1 | -1/+1 |
| | |/ / |
|
* | | | | [PATCH] Change panic_on_oops message to "Fatal exception" | Horms | 2006-08-14 | 1 | -1/+1 |
| |/ /
|/| | |
|