Age | Commit message (Expand) | Author | Files | Lines |
2006-06-30 | [NET]: Add ECN support for TSO | Michael Chan | 4 | -4/+9 |
2006-06-30 | [AF_UNIX]: Datagram getpeersec | Catherine Zhang | 23 | -0/+44 |
2006-06-30 | [NET]: Fix logical error in skb_gso_ok | Herbert Xu | 1 | -2/+2 |
2006-06-30 | [PKT_SCHED]: PSCHED_TADD() and PSCHED_TADD2() can result,tv_usec >= 1000000 | Shuya MAEDA | 1 | -6/+12 |
2006-06-30 | [NETLINK]: Encapsulate eff_cap usage within security framework. | Darrel Goeddel | 1 | -6/+7 |
2006-06-30 | [NET]: Added GSO header verification | Herbert Xu | 4 | -8/+19 |
2006-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 | Linus Torvalds | 11 | -115/+10 |
2006-06-30 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 12 | -37/+52 |
2006-06-30 | [MIPS] Add missing backslashes to macro definitions. | Ralf Baechle | 1 | -2/+2 |
2006-06-30 | [MIPS] Remove BSD and Sys V compat data types. | Ralf Baechle | 1 | -5/+5 |
2006-06-30 | [MIPS] ioc3.h: Uses u8, so include <linux/types.h>. | Ralf Baechle | 1 | -0/+2 |
2006-06-30 | [MIPS] au1xxx: fix PSC_SMBTXRX_RSR. | Domen Puncer | 1 | -1/+1 |
2006-06-30 | [MIPS] Fix FIXADDR_TOP for TX39/TX49. | Atsushi Nemoto | 1 | -0/+4 |
2006-06-30 | [MIPS] Fix configuration of R2 CPU features and multithreading. | Ralf Baechle | 1 | -12/+8 |
2006-06-30 | elf-em.h: Define and explain both EM_MIPS_RS3_LE and EM_MIPS_RS4_BE. | Ralf Baechle | 1 | -0/+5 |
2006-06-30 | [MIPS] Fix use of ehb instruction for non-R2 configurations. | Ralf Baechle | 3 | -11/+12 |
2006-06-30 | [MIPS] Define ARCH_HAS_IRQ_PER_CPU for all SMP systems. | Ralf Baechle | 2 | -6/+4 |
2006-06-30 | [MIPS] Wire up tee(2). | Ralf Baechle | 1 | -6/+9 |
2006-06-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa | Linus Torvalds | 3 | -13/+26 |
2006-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 13 | -59/+663 |
2006-06-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 8 | -35/+61 |
2006-06-29 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 6 | -49/+12 |
2006-06-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 7 | -22/+38 |
2006-06-29 | [PATCH] genirq: add chip->eoi(), fastack -> fasteoi | Ingo Molnar | 1 | -2/+4 |
2006-06-29 | [PATCH] genirq: add IRQ_TYPE_SENSE_MASK | Benjamin Herrenschmidt | 1 | -0/+1 |
2006-06-29 | [PATCH] genirq: add irq-wake (power-management) support | Thomas Gleixner | 1 | -0/+14 |
2006-06-29 | [PATCH] genirq: add irq-chip support | Thomas Gleixner | 1 | -0/+11 |
2006-06-29 | [PATCH] genirq MSI fixes | Ingo Molnar | 1 | -11/+16 |
2006-06-29 | [PATCH] genirq: core | Thomas Gleixner | 1 | -19/+141 |
2006-06-29 | [PATCH] genirq: add IRQ_NOAUTOEN support | Thomas Gleixner | 1 | -0/+1 |
2006-06-29 | [PATCH] genirq: add IRQ_NOREQUEST support | Thomas Gleixner | 1 | -0/+1 |
2006-06-29 | [PATCH] genirq: add IRQ_NOPROBE support | Thomas Gleixner | 1 | -0/+1 |
2006-06-29 | [PATCH] genirq: add genirq sw IRQ-retrigger | Thomas Gleixner | 1 | -0/+3 |
2006-06-29 | [PATCH] genirq: doc: comment include/linux/irq.h structures | Ingo Molnar | 1 | -7/+37 |
2006-06-29 | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() | Ingo Molnar | 15 | -63/+10 |
2006-06-29 | [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU | Ingo Molnar | 6 | -27/+1 |
2006-06-29 | [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[] | Ingo Molnar | 1 | -1/+1 |
2006-06-29 | [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[] | Ingo Molnar | 1 | -0/+5 |
2006-06-29 | [PATCH] genirq: cleanup: include/linux/irq.h | Ingo Molnar | 1 | -28/+28 |
2006-06-29 | [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete | Ingo Molnar | 1 | -5/+13 |
2006-06-29 | [PATCH] genirq: cleanup: misc code cleanups | Ingo Molnar | 1 | -22/+32 |
2006-06-29 | [PATCH] genirq: cleanup: remove fastcall | Ingo Molnar | 1 | -3/+7 |
2006-06-29 | [PATCH] genirq: cleanup: remove irq_descp() | Ingo Molnar | 1 | -7/+0 |
2006-06-29 | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] | Ingo Molnar | 1 | -3/+4 |
2006-06-29 | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 2 | -8/+8 |
2006-06-29 | [PATCH] i4l: remove unneeded include/linux/isdn/tpam.h | Karsten Keil | 1 | -55/+0 |
2006-06-29 | [PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller | David Howells | 1 | -1/+7 |
2006-06-29 | [PATCH] fix sgivwfb compile | Adrian Bunk | 1 | -0/+3 |
2006-06-29 | [S390] rework of channel measurement facility. | Cornelia Huck | 1 | -4/+0 |
2006-06-29 | [S390] add PAV support to the dasd driver. | Horst Hummel | 1 | -3/+5 |