| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG_ON() Conversion in drivers/mtd/ | Eric Sesterhenn | 2006-03-26 | 3 | -10/+7 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2006-03-25 | 6 | -272/+110 |
|\ |
|
| * | [ARM] 3383/3: ixp2000: ixdp2x01 platform serial conversion | Lennert Buytenhek | 2006-03-25 | 2 | -19/+60 |
| * | [SERIAL] amba-pl010: Remove accessor macros | Russell King | 2006-03-25 | 1 | -61/+49 |
| * | [SERIAL] remove 8250_acpi (replaced by 8250_pnp and PNPACPI) | Bjorn Helgaas | 2006-03-25 | 3 | -192/+0 |
| * | [SERIAL] icom: select FW_LOADER | maximilian attems | 2006-03-25 | 1 | -0/+1 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-03-25 | 37 | -168/+597 |
|\ \ |
|
| * | | [ARM] 3030/2: fix permission check in the obscur cmpxchg syscall | Nicolas Pitre | 2006-03-25 | 1 | -1/+1 |
| * | | Merge nommu tree | Russell King | 2006-03-25 | 25 | -131/+189 |
| |\ \ |
|
| | * | | [ARM] nommu: rename compressed/head.S symbols to a new style | Hyok S. Choi | 2006-03-24 | 1 | -41/+41 |
| | * | | [ARM] select TLS_REG_EMUL and NEEDS_SYSCALL_FOR_CMPXCHG | Russell King | 2006-03-21 | 1 | -2/+6 |
| | * | | [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.h | Russell King | 2006-03-21 | 18 | -80/+108 |
| | * | | [ARM] Move read of processor ID out of lookup_processor_type() | Russell King | 2006-03-21 | 2 | -8/+11 |
| | * | | [ARM] Fix typo in tlbflush.h | Russell King | 2006-03-21 | 1 | -1/+1 |
| | * | | [ARM] noMMU: removes TLB codes in nommu mode | Hyok S. Choi | 2006-03-21 | 2 | -0/+18 |
| | * | | [ARM] noMMU: block sys_fork in nommu mode | Hyok S. Choi | 2006-03-21 | 1 | -0/+5 |
| * | | | [ARM] 3399/1: Fix link problem when CONFIG_PRINTK is disabled | Malcolm Parsons | 2006-03-25 | 1 | -1/+1 |
| * | | | [ARM] 3398/1: Fix the VFP registers loading/storing base address | Catalin Marinas | 2006-03-25 | 1 | -3/+1 |
| * | | | [ARM] 3397/1: AT91RM9200 Header update | Andrew Victor | 2006-03-25 | 1 | -1/+99 |
| * | | | [ARM] 3385/1: Battery support for sharp zaurus sl-5500 (collie) | Pavel Machek | 2006-03-25 | 1 | -0/+278 |
| * | | | [ARM] SMP: don't set cpu_*_map in smp_prepare_boot_cpu | Russell King | 2006-03-25 | 1 | -3/+0 |
| * | | | include/linux/clk.h is betraying its ARM origins | Todd Poynor | 2006-03-25 | 1 | -2/+2 |
| * | | | [ARM] Move enable_irq and disable_irq to assembler.h | Russell King | 2006-03-23 | 3 | -23/+23 |
| * | | | [ARM] 3391/1: use PLAT8250_DEV_PLATFORM{,1} for platform device id instead of... | Lennert Buytenhek | 2006-03-23 | 2 | -3/+3 |
* | | | | [PATCH] Fix compilation of processor_idle.c on IA64 | Andi Kleen | 2006-03-25 | 1 | -2/+4 |
* | | | | [SPARC64]: Keep cpu_present_map in sync with phys_cpu_present_map. | David S. Miller | 2006-03-25 | 1 | -1/+4 |
* | | | | powerpc: fix strncasecmp prototype | Linus Torvalds | 2006-03-25 | 2 | -2/+4 |
* | | | | Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2006-03-25 | 22 | -546/+1580 |
|\ \ \ \ |
|
| * | | | | [PATCH] fix audit_init failure path | Amy Griffis | 2006-03-20 | 1 | -1/+2 |
| * | | | | [PATCH] EXPORT_SYMBOL patch for audit_log, audit_log_start, audit_log_end and... | lorenzo@gnu.org | 2006-03-20 | 1 | -0/+5 |
| * | | | | [PATCH] sem2mutex: audit_netlink_sem | Ingo Molnar | 2006-03-20 | 3 | -12/+13 |
| * | | | | [PATCH] simplify audit_free() locking | Ingo Molnar | 2006-03-20 | 1 | -3/+7 |
| * | | | | [PATCH] Fix audit operators | Dustin Kirkland | 2006-03-20 | 1 | -6/+12 |
| * | | | | [PATCH] promiscuous mode | Steve Grubb | 2006-03-20 | 2 | -1/+13 |
| * | | | | [PATCH] Add tty to syscall audit records | Steve Grubb | 2006-03-20 | 1 | -2/+8 |
| * | | | | [PATCH] add/remove rule update | Steve Grubb | 2006-03-20 | 2 | -8/+10 |
| * | | | | [PATCH] audit string fields interface + consumer | Amy Griffis | 2006-03-20 | 6 | -145/+448 |
| * | | | | [PATCH] SE Linux audit events | Steve Grubb | 2006-03-20 | 3 | -6/+23 |
| * | | | | [PATCH] Minor cosmetic cleanups to the code moved into auditfilter.c | David Woodhouse | 2006-03-20 | 1 | -7/+4 |
| * | | | | [PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALL | David Woodhouse | 2006-03-20 | 6 | -390/+459 |
| * | | | | [PATCH] Fix IA64 success/failure indication in syscall auditing. | David Woodhouse | 2006-03-20 | 1 | -2/+8 |
| * | | | | [PATCH] Miscellaneous bug and warning fixes | Dustin Kirkland | 2006-03-20 | 4 | -15/+24 |
| * | | | | [PATCH] Capture selinux subject/object context information. | Dustin Kirkland | 2006-03-20 | 9 | -69/+226 |
| * | | | | [PATCH] Exclude messages by message type | Dustin Kirkland | 2006-03-20 | 3 | -2/+41 |
| * | | | | [PATCH] Collect more inode information during syscall processing. | Amy Griffis | 2006-03-20 | 6 | -28/+157 |
| * | | | | [PATCH] Pass dentry, not just name, in fsnotify creation hooks. | Amy Griffis | 2006-03-20 | 3 | -10/+11 |
| * | | | | [PATCH] Define new range of userspace messages. | Steve Grubb | 2006-03-20 | 3 | -6/+21 |
| * | | | | [PATCH] Filter rule comparators | Dustin Kirkland | 2006-03-20 | 2 | -43/+103 |
| * | | | | [PATCH] AUDIT: kerneldoc for kernel/audit*.c | Randy Dunlap | 2006-03-20 | 2 | -46/+238 |
| * | | | | [PATCH] make vm86 call audit_syscall_exit | Jason Baron | 2006-03-20 | 2 | -7/+10 |