summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-01-13include/linux/printk.h: use tab not spaces for indentJoe Perches
2011-01-13include/linux/printk.h: organize printk_ratelimited macrosJoe Perches
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches
2011-01-13include/linux/printk.h: add pr_<level>_once macrosJoe Perches
2011-01-13include/linux/printk.h: use and neaten no_printkJoe Perches
2011-01-13include/linux/printk.h: use space after #defineJoe Perches
2011-01-13include/linux/printk.h: move console functions and variables togetherJoe Perches
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg
2011-01-13include/asm-generic/vmlinux.lds.h: make readmostly section correctly alignShaohua Li
2011-01-13include/linux/unaligned/packed_struct.h: use __packedAndrew Morton
2011-01-13toshiba.h: hide a function prototypes behind __KERNEL__ macroAlexander Shishkin
2011-01-13include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bitAndrew Morton
2011-01-13kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_...Seiji Aguchi
2011-01-13leds-lp5521: modify the way of setting led device nameArun Murthy
2011-01-13leds: leds-lp5523: modify the way of setting led device nameSamu Onkalo
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-11Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2011-01-11netfilter: ebtables: make broute table work againFlorian Westphal
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-01-11ah: update maximum truncated ICV lengthNicolas Dichtel
2011-01-11NFS fix the setting of exchange id flagAndy Adamson
2011-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-11Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-01-10Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-01-10Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds
2011-01-10arp: allow to invalidate specific ARP entriesMaxim Levitsky
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2011-01-10net: Add alloc_netdev_mqs functionTom Herbert
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-01-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds
2011-01-10phonet: some signedness bugsDan Carpenter
2011-01-10netdev: bfin_mac: let boards set vlan masksMike Frysinger
2011-01-10i2c: Constify i2c_client where possibleJean Delvare
2011-01-10i2c: Add generic I2C multiplexer using GPIO APIPeter Korsgaard
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet
2011-01-10ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...Josh Hunt
2011-01-10ext3: speed up file creates by optimizing rec_len functionsEric Sandeen
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Joe Perches
2011-01-10ext3: Add batched discard support for ext3Lukas Czerner
2011-01-10ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessaryTheodore Ts'o