summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-07-031-1/+1
|\
| * i2c: Fix bad hint about irqs in i2c.hWolfram Sang2008-07-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-034-2/+19
|\ \ | |/ |/|
| * net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy2008-07-021-1/+1
| * mac80211: don't accept WEP keys other than WEP40 and WEP104Emmanuel Grumbach2008-06-301-0/+9
| * net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen2008-06-281-1/+5
| * include/linux/netdevice.h: don't export MAX_HEADER to userspaceAdrian Bunk2008-06-281-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-06-301-1/+1
|\ \
| * | Input: add KEY_MEDIA_REPEAT definitionBastien Nocera2008-06-301-1/+1
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-301-1/+1
|\ \ \
| * | | x86: shift bits the right way in native_read_tscpMax Asbock2008-06-261-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-06-293-3/+8
|\ \ \ \
| * | | | V4L/DVB (8092): videodev: simplify and fix standard enumerationHans Verkuil2008-06-261-2/+2
| * | | | V4L/DVB (8048): saa7134: Fix entries for Avermedia A16d and Avermedia E506Tim Farrington2008-06-261-0/+1
| * | | | V4L/DVB (8007): cx18/cx25840: the S-Video LUMA input can use all In1-In8 inputsHans Verkuil2008-06-261-1/+5
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-06-291-4/+2Star
|\ \ \ \ \
| * | | | | thermal: Create CONFIG_THERMAL_HWMON=nRene Herman2008-06-261-4/+2Star
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2008-06-293-3/+2Star
|\ \ \ \ \
| * | | | | kbuild: fix a.out.h export to userspace with O= build.David Woodhouse2008-06-273-3/+2Star
| |/ / / /
* | | | | Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-06-291-1/+1
|\ \ \ \ \
| * | | | | [PATCH] remove useless argument type in audit_filter_user()Peng Haitao2008-06-251-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-06-292-3/+1Star
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [patch 4/4] flock: remove unused fields from file_lock_operationsDenis V. Lunev2008-06-231-2/+0Star
| * | | | | [patch 2/4] fs: make struct file arg to d_path constJan Engelhardt2008-06-231-1/+1
| |/ / / /
* | | | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-06-256-23/+62
|\ \ \ \ \
| * | | | | KVM: Remove now unused structs from kvm_para.hGerd Hoffmann2008-06-241-18/+0Star
| * | | | | KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann2008-06-241-1/+3
| * | | | | x86: Make xen use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-241-4/+3Star
| * | | | | x86: Add structs and functions for paravirt clocksourceGerd Hoffmann2008-06-242-0/+55
| * | | | | KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-241-0/+1
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-241-4/+0Star
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | xen: remove support for non-PAE 32-bitJeremy Fitzhardinge2008-06-241-4/+0Star
* | | | | | alpha: fix compile error in arch/alpha/mm/init.cThorsten Kranzkowski2008-06-241-0/+2
| |/ / / / |/| | | |
* | | | | tty_driver: Update required method documentationAlan Cox2008-06-231-3/+2Star
| |/ / / |/| | |
* | | | Add return value to reserve_bootmem_node()Bernhard Walle2008-06-211-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-212-0/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | netns: Don't receive new packets in a dead network namespace.Eric W. Biederman2008-06-211-0/+11
| * | | ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki2008-06-201-0/+6
* | | | alpha: fix compile failures with gcc-4.3 (bug #10438)Ivan Kokshaysky2008-06-216-22/+22
* | | | alpha: fix module load failures on smp (bug #10926)Ivan Kokshaysky2008-06-211-1/+71
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-202-3/+4
|\ \ \ \ | | |/ / | |/| |
| * | | x86, geode: add a VSA2 ID for General SoftwareJordan Crouse2008-06-191-2/+2
| * | | x86: set PAE PHYSICAL_MASK_SHIFT to 44 bits.Jeremy Fitzhardinge2008-06-191-1/+2
* | | | Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Sonic Zhang2008-06-195-5/+5
* | | | Blackfin arch: fix typo error in bf548 serial header fileSonic Zhang2008-06-191-2/+2
|/ / /
* | | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2008-06-192-14/+6Star
|\ \ \
| * | | agp: more boolean conversions.Dave Airlie2008-06-192-3/+3
| * | | drivers/char/agp - use boolJoe Perches2008-06-191-11/+3Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-182-1/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | netfilter: nf_nat: fix RCU racesPatrick McHardy2008-06-181-0/+1