1. e0fdb0e percpu: add __percpu for sparse. by Rusty Russell · 15 years ago
  2. f7b64fe percpu: make access macros universal by Tejun Heo · 15 years ago
  3. dd17c8f percpu: remove per_cpu__ prefix. by Rusty Russell · 15 years ago
  4. 0f5e481 percpu: remove some sparse warnings by Tejun Heo · 15 years ago
  5. 64ef291 percpu: make alloc_percpu() handle array types by Tejun Heo · 15 years ago
  6. 4dac3e9 this_cpu: Use this_cpu ops for VM statistics by Christoph Lameter · 15 years ago
  7. 4ea7334 this_cpu: Use this_cpu ops for network statistics by Christoph Lameter · 15 years ago
  8. 4eb41d1 this_cpu: Use this_cpu operations for SNMP statistics by Christoph Lameter · 15 years ago
  9. 7340a0b this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operations by Christoph Lameter · 15 years ago
  10. 23fb064 percpu: kill legacy percpu allocator by Tejun Heo · 15 years ago
  11. 4e64915 memcg: some modification to softlimit under hierarchical memory reclaim. by KAMEZAWA Hiroyuki · 15 years ago
  12. b3db4a8 asm-generic/gpio.h: pull in linux/kernel.h for might_sleep() by Mike Frysinger · 15 years ago
  13. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  14. 817b33d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  15. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  16. e399835 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  17. 9fcd66e MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART. by Maxime Bizon · 15 years ago
  18. 9f44fdc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  19. 9c1fe83 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  20. 5a4c8d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  21. e15daf6 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  22. 0ef1224 ext4: Add a stub for mpage_da_data in the trace header by Josh Stone · 15 years ago
  23. bf69932 jbd2: Use tracepoints for history file by Theodore Ts'o · 15 years ago
  24. 296c355 ext4: Use tracepoints for mb_history trace file by Theodore Ts'o · 15 years ago
  25. 827b464 PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend() by Rafael J. Wysocki · 15 years ago
  26. 8f1546c wext: add back wireless/ dir in sysfs for cfg80211 interfaces by Johannes Berg · 15 years ago
  27. 55138e0 ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks by Theodore Ts'o · 15 years ago
  28. 74bf2ad drm/kms: make fb helper work for all drivers. by Dave Airlie · 15 years ago
  29. f278a2f tty: Fix regressions caused by commit b50989dc by Dave Young · 15 years ago
  30. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  31. d1f8297 Revert "sit: stateless autoconf for isatap" by Sascha Hlusiak · 15 years ago
  32. cce1d9f Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 15 years ago
  33. d910fc7 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 15 years ago
  34. 1d1764c headers: kref.h redux by Alexey Dobriyan · 15 years ago
  35. 49e70dd Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  36. 4187e7e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  37. 76e0134 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  38. a72bfd4 writeback: pass in super_block to bdi_start_writeback() by Jens Axboe · 15 years ago
  39. 6622d8c ACPI: remove acpi_device_uid() and related stuff by Bjorn Helgaas · 15 years ago
  40. 1131b93 ACPI: remove acpi_device.flags.hardware_id by Bjorn Helgaas · 15 years ago
  41. b2972f8 ACPI: remove acpi_device.flags.compatible_ids by Bjorn Helgaas · 15 years ago
  42. 7f47fa6 ACPI: maintain a single list of _HID and _CID IDs by Bjorn Helgaas · 15 years ago
  43. 402ac53 ACPI: add acpi_bus_get_status_handle() by Bjorn Helgaas · 15 years ago
  44. 859ac9a4 ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPE by Bjorn Helgaas · 15 years ago
  45. caaa6ef ACPI: save device_type in acpi_device by Bjorn Helgaas · 15 years ago
  46. 5c3cc20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  47. d50ba25 drm/kms: start adding command line interface using fb. by Dave Airlie · 15 years ago
  48. 934831d NOMMU: Fallback for is_vmalloc_or_module_addr() should be inline by David Howells · 15 years ago
  49. 1b20862 Optimize the ordering of sections in RW_DATA_SECTION. by Tim Abbott · 15 years ago
  50. e9ea0e2 hugetlb_file_setup(): use C, not cpp by Andrew Morton · 15 years ago
  51. b827357 genetlink: fix netns vs. netlink table locking (2) by Johannes Berg · 15 years ago
  52. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  53. 18a1166 Phonet: error on broadcast sending (unimplemented) by Rémi Denis-Courmont · 15 years ago
  54. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  55. baea7b9 Merge branch 'origin' into for-linus by Russell King · 15 years ago
  56. 94e0fb0 Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  57. b7f21bb Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  58. 2c9871d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  59. 6c5daf0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  60. 1d7015c module: preferred way to use MODULE_AUTHOR by Johannes Berg · 15 years ago
  61. 554bdfe module: reduce string table for loaded modules (v2) by Jan Beulich · 15 years ago
  62. 4a49622 module: reduce symbol table for loaded modules (v2) by Jan Beulich · 15 years ago
  63. a487b67 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  64. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  65. 801460d task_struct cleanup: move binfmt field to mm_struct by Hiroshi Shimamoto · 15 years ago
  66. 2fa4341 include/linux/unaligned/{l,b}e_byteshift.h: fix usage for compressed kernels by Albin Tonnerre · 15 years ago
  67. 858f099 aio: ifdef fields in mm_struct by Alexey Dobriyan · 15 years ago
  68. 9064a67 linux/futex.h: place kernel types behind __KERNEL__ by Mike Frysinger · 15 years ago
  69. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  70. d958872 signals: inline __fatal_signal_pending by Roland McGrath · 15 years ago
  71. ba0a6c9 fcntl: add F_[SG]ETOWN_EX by Peter Zijlstra · 15 years ago
  72. 4a30deb signals: introduce do_send_sig_info() helper by Oleg Nesterov · 15 years ago
  73. 964ee7d exec: fix set_binfmt() vs sys_delete_module() race by Oleg Nesterov · 15 years ago
  74. ae6d2ed signals: tracehook_notify_jctl change by Roland McGrath · 15 years ago
  75. a7f0765 ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee by Oleg Nesterov · 15 years ago
  76. 4e41695 memory controller: soft limit reclaim on contention by Balbir Singh · 15 years ago
  77. f64c3f5 memory controller: soft limit organize cgroups by Balbir Singh · 15 years ago
  78. 296c81d memory controller: soft limit interface by Balbir Singh · 15 years ago
  79. 4b3bde4 memcg: remove the overhead associated with the root cgroup by Balbir Singh · 15 years ago
  80. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago
  81. c378369 cgroups: change css_set freeing mechanism to be under RCU by Ben Blum · 15 years ago
  82. 72a8cb3 cgroups: ensure correct concurrent opening/reading of pidlists across pid namespaces by Ben Blum · 15 years ago
  83. 102a775 cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgids by Ben Blum · 15 years ago
  84. 8f3ff20 cgroups: revert "cgroups: fix pid namespace bug" by Paul Menage · 15 years ago
  85. 55dff49 docs: fix various Documentation/ paths in header files by Randy Dunlap · 15 years ago
  86. 57f1f08 time: add function to convert between calendar time and broken-down time for universal use by Zhaolei · 15 years ago
  87. 25d9e2d truncate: new helpers by npiggin@suse.de · 15 years ago
  88. 4504230 freeze_bdev: grab active reference to frozen superblocks by Christoph Hellwig · 15 years ago
  89. 4fadd7b freeze_bdev: kill bd_mount_sem by Christoph Hellwig · 15 years ago
  90. f843980 vfs: seq_file: add helpers for data filling by Miklos Szeredi · 15 years ago
  91. 42cb56a vfs: change sb->s_maxbytes to a loff_t by Jeff Layton · 15 years ago
  92. 22fe4042 vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it by Jan Kara · 15 years ago
  93. 94a8d5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  94. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  95. 6ba2ef7 cpumask: Move deprecated functions to end of header. by Rusty Russell · 15 years ago
  96. 4b805b1 cpumask: remove unused deprecated functions, avoid accusations of insanity by Rusty Russell · 15 years ago
  97. 6f40142 cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: core by Rusty Russell · 15 years ago
  98. fe71a3c cpumask: remove the deprecated smp_call_function_mask() by Rusty Russell · 15 years ago
  99. e0ad955 cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=y by Rusty Russell · 15 years ago
  100. 144e2ce cpumask: Remove mask field from comments by Nobuhiro Iwamatsu · 15 years ago