aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13include/linux/printk.h: use tab not spaces for indentJoe Perches1-7/+7
2011-01-13include/linux/printk.h: organize printk_ratelimited macrosJoe Perches1-13/+12
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches1-14/+28
2011-01-13include/linux/printk.h: add pr_<level>_once macrosJoe Perches1-15/+44
2011-01-13include/linux/printk.h: use and neaten no_printkJoe Perches1-32/+43
2011-01-13include/linux/printk.h: use space after #defineJoe Perches1-9/+9
2011-01-13include/linux/printk.h: move console functions and variables togetherJoe Perches1-11/+11
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg1-0/+1
2011-01-13include/asm-generic/vmlinux.lds.h: make readmostly section correctly alignShaohua Li1-1/+2
2011-01-13include/linux/unaligned/packed_struct.h: use __packedAndrew Morton1-3/+3
2011-01-13toshiba.h: hide a function prototypes behind __KERNEL__ macroAlexander Shishkin1-0/+2
2011-01-13include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bitAndrew Morton1-3/+16
2011-01-13kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_restart pathsSeiji Aguchi1-0/+4
2011-01-13leds-lp5521: modify the way of setting led device nameArun Murthy1-0/+1
2011-01-13leds: leds-lp5523: modify the way of setting led device nameSamu Onkalo1-0/+1
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2011-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-29/+46
2011-01-11Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2-6/+6
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds12-33/+59
2011-01-11netfilter: ebtables: make broute table work againFlorian Westphal1-1/+1
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+18
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds3-2/+24
2011-01-11ah: update maximum truncated ICV lengthNicolas Dichtel1-1/+1
2011-01-11NFS fix the setting of exchange id flagAndy Adamson1-2/+6
2011-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-01-11Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-15/+36
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-19/+17
2011-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds6-0/+256
2011-01-10Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds16-96/+357
2011-01-10Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds2-12/+53
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds1-0/+30
2011-01-10arp: allow to invalidate specific ARP entriesMaxim Levitsky1-0/+1
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-4/+3
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-6/+14
2011-01-10net: Add alloc_netdev_mqs functionTom Herbert2-4/+10
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+16
2011-01-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86Linus Torvalds1-0/+1
2011-01-10phonet: some signedness bugsDan Carpenter1-2/+2
2011-01-10netdev: bfin_mac: let boards set vlan masksMike Frysinger1-0/+1
2011-01-10i2c: Constify i2c_client where possibleJean Delvare1-12/+15
2011-01-10i2c: Add generic I2C multiplexer using GPIO APIPeter Korsgaard1-0/+38
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust27-56/+154
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust1-1/+3
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds9-5/+106
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet1-5/+5
2011-01-10ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_XATTR_DEBUGJosh Hunt1-0/+11
2011-01-10ext3: speed up file creates by optimizing rec_len functionsEric Sandeen1-0/+9
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix falloutJoe Perches1-2/+3
2011-01-10ext3: Add batched discard support for ext3Lukas Czerner1-0/+1
2011-01-10ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessaryTheodore Ts'o1-2/+18