Age | Commit message (Expand) | Author | Files | Lines |
2007-10-19 | Combine instrumentation menus in kernel/Kconfig.instrumentation | Mathieu Desnoyers | 1 | -0/+2 |
2007-10-19 | Use helpers to obtain task pid in printks (arch code) | Alexey Dobriyan | 1 | -2/+2 |
2007-10-19 | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 1 | -1/+1 |
2007-10-17 | [UMP]: header_ops conversion needed for non-ethernet drivers | Jeff Dike | 2 | -6/+2 |
2007-10-17 | remove include/asm-*/ipc.h | Adrian Bunk | 1 | -1/+1 |
2007-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 6 | -17/+17 |
2007-10-16 | uml: definitively kill subprocesses on panic | Lepton Wu | 2 | -1/+39 |
2007-10-16 | uml: arch/um/drivers formatting | Jeff Dike | 9 | -253/+244 |
2007-10-16 | uml: fix stub address calculations | Jeff Dike | 18 | -77/+81 |
2007-10-16 | uml: correctly handle skb allocation failures | Jeff Dike | 1 | -0/+47 |
2007-10-16 | uml: network driver MTU cleanups | Jeff Dike | 19 | -188/+80 |
2007-10-16 | uml: network formatting | Jeff Dike | 22 | -616/+602 |
2007-10-16 | uml: use *SEC_PER_*SEC constants | Jeff Dike | 5 | -17/+22 |
2007-10-16 | uml: eliminate SIGALRM | Jeff Dike | 7 | -35/+17 |
2007-10-16 | uml: time build fix | Jeff Dike | 2 | -5/+21 |
2007-10-16 | uml: eliminate interrupts in the idle loop | Jeff Dike | 4 | -52/+17 |
2007-10-16 | uml: tickless support | Jeff Dike | 7 | -55/+55 |
2007-10-16 | uml: clocksource support | Jeff Dike | 1 | -0/+20 |
2007-10-16 | uml: GENERIC_CLOCKEVENTS support | Jeff Dike | 4 | -57/+55 |
2007-10-16 | uml: GENERIC_TIME support | Jeff Dike | 3 | -43/+5 |
2007-10-16 | uml: separate timer initialization | Jeff Dike | 4 | -4/+13 |
2007-10-16 | uml: simplify interval setting | Jeff Dike | 4 | -6/+5 |
2007-10-16 | uml: fix timer switching | Jeff Dike | 4 | -21/+26 |
2007-10-16 | uml: eliminate hz() | Jeff Dike | 5 | -12/+8 |
2007-10-16 | uml: more idiomatic parameter parsing | Jeff Dike | 1 | -2/+2 |
2007-10-16 | uml: remove unused file | Jeff Dike | 1 | -195/+0 |
2007-10-16 | uml: remove unneeded void * cast | Jesper Juhl | 1 | -1/+1 |
2007-10-16 | uml: eliminate floating point state from register file | Jeff Dike | 2 | -3/+0 |
2007-10-16 | uml: style fixes in FP code | Jeff Dike | 10 | -238/+77 |
2007-10-16 | uml: sysrq and mconsole fixes | Jeff Dike | 2 | -15/+10 |
2007-10-16 | uml: coredumping floating point fixes | Jeff Dike | 1 | -22/+0 |
2007-10-16 | uml: ptrace floating point fixes | Jeff Dike | 3 | -51/+93 |
2007-10-16 | uml: floating point signal delivery fixes | Jeff Dike | 8 | -116/+284 |
2007-10-16 | uml: don't use glibc asm/user.h | Jeff Dike | 2 | -11/+4 |
2007-10-16 | uml: clean up tlb flush path | Jeff Dike | 2 | -158/+127 |
2007-10-16 | uml: userspace files should call libc directly | Jeff Dike | 12 | -121/+138 |
2007-10-16 | uml: replace clone with fork | Jeff Dike | 1 | -35/+20 |
2007-10-16 | uml: remove os_* usage from userspace files | Jeff Dike | 8 | -219/+186 |
2007-10-16 | uml: free LDT state on process exit | Jeff Dike | 1 | -0/+2 |
2007-10-16 | uml: rename pt_regs general-purpose register file | Jeff Dike | 9 | -94/+94 |
2007-10-16 | uml: fold mmu_context_skas into mm_context | Jeff Dike | 10 | -69/+56 |
2007-10-16 | uml: get rid of do_longjmp | Jeff Dike | 10 | -42/+14 |
2007-10-16 | uml: remove __u64 usage from physical memory subsystem | Jeff Dike | 3 | -23/+6 |
2007-10-16 | uml: style fixes pass 3 | Jeff Dike | 42 | -1408/+1322 |
2007-10-16 | uml: remove code made redundant by CHOOSE_MODE removal | Jeff Dike | 57 | -745/+496 |
2007-10-16 | uml: style fixes pass 2 | Jeff Dike | 4 | -149/+135 |
2007-10-16 | uml: throw out CHOOSE_MODE | Jeff Dike | 30 | -282/+122 |
2007-10-16 | uml: style fixes pass 1 | Jeff Dike | 15 | -309/+278 |
2007-10-16 | uml: remove sysdep/thread.h | Jeff Dike | 5 | -17/+2 |
2007-10-16 | uml: throw out CONFIG_MODE_TT | Jeff Dike | 85 | -4183/+34 |