| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-05-01 | ntp: handle leap second via timer |  Roman Zippel | 2 | -0/+3 |
| 2008-05-01 | ntp: remove current_tick_length() |  Roman Zippel | 1 | -2/+2 |
| 2008-05-01 | ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT |  Roman Zippel | 1 | -4/+4 |
| 2008-05-01 | ntp: support for TAI |  Roman Zippel | 2 | -2/+6 |
| 2008-05-01 | ntp: increase time_offset resolution |  Roman Zippel | 1 | -7/+2 |
| 2008-05-01 | ntp: increase time_freq resolution |  Roman Zippel | 1 | -5/+6 |
| 2008-05-01 | ntp: NTP4 user space bits update |  Roman Zippel | 1 | -3/+9 |
| 2008-05-01 | remove div_long_long_rem |  Roman Zippel | 3 | -68/+1 |
| 2008-05-01 | rename div64_64 to div64_u64 |  Roman Zippel | 8 | -22/+12 |
| 2008-05-01 | introduce explicit signed/unsigned 64bit divide |  Roman Zippel | 2 | -0/+92 |
| 2008-05-01 | frv: unbreak misalignment handling changes |  David Howells | 1 | -3/+3 |
| 2008-05-01 | module: reduce module image and resident size |  Rusty Russell | 1 | -1/+1 |
| 2008-05-01 | module: make module_sect_attrs private to kernel/module.c |  Rusty Russell | 1 | -17/+0 |
| 2008-05-01 | [CRYPTO] api: Fix scatterwalk_sg_chain |  Herbert Xu | 1 | -0/+4 |
| 2008-05-01 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 |  David S. Miller | 1 | -1/+1 |
| 2008-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-fixes3 |  Linus Torvalds | 3 | -9/+5 |
| 2008-04-30 | mac80211: use 4-byte mesh sequence number |  Luis Carlos Cobo | 1 | -1/+1 |
| 2008-04-30 | klist: fix coding style errors in klist.h and klist.c |  Greg Kroah-Hartman | 1 | -15/+15 |
| 2008-04-30 | driver core: remove no longer used "struct class_device" |  Kay Sievers | 1 | -97/+0 |
| 2008-04-30 | devres: support addresses greater than an unsigned long via dev_ioremap |  Kumar Gala | 1 | -2/+2 |
| 2008-04-30 | sysfs: sysfs_update_group stub for CONFIG_SYSFS=n |  Randy Dunlap | 1 | -0/+6 |
| 2008-04-30 | klist: implement klist_add_{after|before}() |  Tejun Heo | 1 | -0/+2 |
| 2008-04-30 | klist: implement KLIST_INIT() and DEFINE_KLIST() |  Tejun Heo | 1 | -0/+8 |
| 2008-04-30 | x86: fix HT cpu booting on 32-bit |  Hugh Dickins | 1 | -6/+1 |
| 2008-04-30 | x86 VISWS: build fix |  Ingo Molnar | 1 | -0/+4 |
| 2008-04-30 | x86: remove Xgt_desc_struct |  Adrian Bunk | 1 | -3/+0 |
| 2008-04-30 | [IA64] fix section mismatch in arch/ia64/kernel/topology.c |  Hidetoshi Seto | 1 | -1/+1 |
| 2008-04-30 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 |  Linus Torvalds | 36 | -427/+916 |
| 2008-04-30 | Merge branch 'pnp' into release |  Len Brown | 3 | -256/+107 |
| 2008-04-30 | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release |  Len Brown | 1013 | -20311/+26512 |
| 2008-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 |  Linus Torvalds | 8 | -96/+52 |
| 2008-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 |  Linus Torvalds | 6 | -16/+10 |
| 2008-04-30 | inlining: do not allow gcc below version 4 to optimize inlining |  Ingo Molnar | 1 | -2/+3 |
| 2008-04-30 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 |  Linus Torvalds | 12 | -57/+304 |
| 2008-04-30 | Drop the exporting of empty <linux/byteorder/generic.h> |  Robert P. J. Day | 4 | -12/+6 |
| 2008-04-30 | remove __KERNEL__ tests of unexported headers under asm-generic/ |  Robert P. J. Day | 5 | -14/+0 |
| 2008-04-30 | Remove "#ifdef __KERNEL__" checks from unexported headers |  Robert P. J. Day | 41 | -130/+1 |
| 2008-04-30 | add hrtimer specific debugobjects code |  Thomas Gleixner | 1 | -0/+15 |
| 2008-04-30 | debugobjects: add timer specific object debugging code |  Thomas Gleixner | 2 | -1/+29 |
| 2008-04-30 | infrastructure to debug (dynamic) objects |  Thomas Gleixner | 1 | -0/+90 |
| 2008-04-30 | slab: add a flag to prevent debug_free checks on a kmem_cache |  Thomas Gleixner | 1 | -0/+7 |
| 2008-04-30 | Add macros similar to min/max/min_t/max_t |  Harvey Harrison | 1 | -16/+73 |
| 2008-04-30 | Basic braille screen reader support |  Samuel Thibault | 1 | -0/+4 |
| 2008-04-30 | asm-*/futex.h should include linux/uaccess.h |  Jeff Dike | 8 | -8/+8 |
| 2008-04-30 | reiserfs: use open_bdev_excl |  Christoph Hellwig | 1 | -1/+0 |
| 2008-04-30 | mm: Add NR_WRITEBACK_TEMP counter |  Miklos Szeredi | 1 | -0/+1 |
| 2008-04-30 | mm: bdi: export bdi_writeout_inc() |  Miklos Szeredi | 1 | -0/+2 |
| 2008-04-30 | mm: bdi: add separate writeback accounting capability |  Miklos Szeredi | 1 | -20/+57 |
| 2008-04-30 | mm: bdi: move statistics to debugfs |  Miklos Szeredi | 1 | -0/+6 |
| 2008-04-30 | mm: bdi: allow setting a maximum for the bdi dirty limit |  Peter Zijlstra | 2 | -0/+15 |