1. 6bc43c9 h8300: switch to generic sigaltstack by Al Viro · 12 years ago
  2. 177b670 frv: switch to generic old sigaction() by Al Viro · 12 years ago
  3. 39e08a9 frv: switch to generic old sigsuspend by Al Viro · 12 years ago
  4. e6a6d21 cris: kill weird arguments of sys_{rt_,}sigreturn() by Al Viro · 12 years ago
  5. fe76141 frv: switch to generic sigaltstack by Al Viro · 12 years ago
  6. eb2f256 cris: switch to generic old sigaction() by Al Viro · 12 years ago
  7. 86df89a cris: switch to generic old sigsuspend by Al Viro · 12 years ago
  8. 9df794d cris: don't leave ->uc_stack unitialized - we'll use its contents on sigreturn by Al Viro · 12 years ago
  9. 6ec78be c6x: switch to generic sigaltstack by Al Viro · 12 years ago
  10. d970e42 cris: switch to generic sigaltstack by Al Viro · 12 years ago
  11. 79d4321 blackfin: switch to generic sigaltstack by Al Viro · 12 years ago
  12. 4788069 avr32: switch to generic sigaltstack by Al Viro · 12 years ago
  13. 50bcb7e arm: switch to generic old sigaction() by Al Viro · 12 years ago
  14. b68fec2 arm: switch to generic old sigsuspend by Al Viro · 12 years ago
  15. 302627e alpha: switch to generic old sigsuspend by Al Viro · 12 years ago
  16. ec93ac8 arm: switch to generic sigaltstack by Al Viro · 12 years ago
  17. 691f690 alpha: remove stray debris left in copy_process() by Al Viro · 12 years ago
  18. 0aa0203 take sys_rt_sigsuspend() prototype to linux/syscalls.h by Al Viro · 12 years ago
  19. 709410a mips: use sane prototype for sys_rt_sigsuspend() by Al Viro · 12 years ago
  20. 9665d5d packet: fix leakage of tx_ring memory by Phil Sutter · 12 years ago
  21. 4f46385 stmmac: don't return zero on failure path in stmmac_pci_probe() by Alexey Khoroshilov · 12 years ago
  22. 92df9b2 net: Fix inner_network_header assignment in skb-copy. by Pravin B Shelar · 12 years ago
  23. 2e5f421 tcp: frto should not set snd_cwnd to 0 by Eric Dumazet · 12 years ago
  24. 973ec44 tcp: fix an infinite loop in tcp_slow_start() by Eric Dumazet · 12 years ago
  25. 5a1b98d new helper: sigsp() by Al Viro · 12 years ago
  26. 2ce5da1 new helper: signal_setup_done() by Al Viro · 12 years ago
  27. ca86b5d new helper: get_signal() by Al Viro · 12 years ago
  28. 9d94b9e switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  29. 90caf58 convert futex compat syscalls to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  30. f482e1b switch compat_sys_open* to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  31. 495dfbf generic sys_sigaction() and compat_sys_sigaction() by Al Viro · 12 years ago
  32. 08d32fe generic sys_compat_rt_sigaction() by Al Viro · 12 years ago
  33. 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago
  34. 92a3ce4 consolidate declarations of k_sigaction by Al Viro · 12 years ago
  35. 6883da8 switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  36. 9aae8fc switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  37. 5cf2210 switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  38. 28d27f2 switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  39. 0a0e8cd old sigsuspend variants in kernel/signal.c by Al Viro · 12 years ago
  40. 75907d4 generic compat_sys_rt_sigqueueinfo() by Al Viro · 12 years ago
  41. fe9c1db generic compat_sys_rt_sigpending() by Al Viro · 12 years ago
  42. 322a56c generic compat_sys_rt_sigprocmask() by Al Viro · 12 years ago
  43. ad4b65a consolidate rt_sigsuspend() by Al Viro · 12 years ago
  44. eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
  45. 3778407 switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  46. 71054c7 NFC: microread: Add i2c physical layer by Samuel Ortiz · 12 years ago
  47. cfad1ba NFC: Initial support for Inside Secure microread by Eric Lapuyade · 12 years ago
  48. 60334ca sched/rt: Further simplify pick_rt_task() by Kirill Tkhai · 12 years ago
  49. 511d5c4 ACPI / PM: Handle missing _PSC in acpi_bus_update_power() by Rafael J. Wysocki · 12 years ago
  50. af8d102 x86/intel/irq_remapping: Clean up x2apic opt-out security warning mess by Andy Lutomirski · 12 years ago
  51. 0231bb5 perf: Fix event group context move by Jiri Olsa · 12 years ago
  52. 0749a44 sunxi: a10-cubieboard: Add user LEDs to the device tree by Emilio López · 12 years ago
  53. f7355a5 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 12 years ago
  54. 8dc0aa8 ext4: check incompatible mount options while mounting ext2/3 by Theodore Ts'o · 12 years ago
  55. e33e60e ext4: print error when argument of inode_readahead_blk is invalid by Jan Kara · 12 years ago
  56. 33397a7 Merge branch 'delete-wanrouter' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 12 years ago
  57. 5f3633e ext4: make mount option parsing loop more logical by Jan Kara · 12 years ago
  58. 59fa534 Merge branch 'fixes-for-3.8' of git://gitorious.org/linux-can/linux-can by David S. Miller · 12 years ago
  59. 7bc4864 qlcnic: silence false positive overflow warning by Dan Carpenter · 12 years ago
  60. 7614fe8 bnx2x: Force link UP when the interface is in LOOPBACK mode by Mahesh Bandewar · 12 years ago
  61. 559bcac via-rhine: Fix bugs in NAPI support. by David S. Miller · 12 years ago
  62. daef226 Merge branch 'intel' by David S. Miller · 12 years ago
  63. 0efb3b2 ext4: move several mount options to standard handling loop by Jan Kara · 12 years ago
  64. 5dc3443 bq27x00_battery: Fix reporting battery temperature by Pali Rohár · 12 years ago
  65. 60a1c4d power/reset: Remove newly introduced __dev* annotations by Thierry Reding · 12 years ago
  66. f96b307 lp8727_charger: Small cleanup in naming by Dan Carpenter · 12 years ago
  67. 58a1c15 Merge branch 'tb-power-2' of git://git.linaro.org/people/ljones/linux-3.0-ux500 by Anton Vorontsov · 12 years ago
  68. eeb0751 ab8500_btemp: Demote initcall sequence by Rajanikanth H.V · 12 years ago
  69. 7cee9ae ds2782_battery: Add power_supply_changed() calls for proper uevent support by Evgeny Romanov · 12 years ago
  70. 84d7b76 power: Add battery driver for goldfish emulator by Mike Lockwood · 12 years ago
  71. f2dfcde Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  72. ecb87e6 Merge branch 'pci/joe-aspm' into next by Bjorn Helgaas · 12 years ago
  73. 8e5de3d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  74. be6d286 PCI: acpiphp: Remove dead code for PCI host bridge hotplug by Jiang Liu · 12 years ago
  75. 02df734 ACPI / dock: Fix acpi_bus_get_device() check in drivers/acpi/dock.c by Yasuaki Ishimatsu · 12 years ago
  76. 4de3abb ARM: mach-virt: add SMP support using PSCI by Will Deacon · 12 years ago
  77. 2a0ba73 ARM: Dummy Virtual Machine platform support by Marc Zyngier · 12 years ago
  78. e2d979c iio:max1363 remove some functions left after merge by Jonathan Cameron · 12 years ago
  79. 6c046e4 Merge branch 'irqchip/gic-vic-move' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into for-arm-soc/virt/mach by Will Deacon · 12 years ago
  80. 0ba3b2c USB: ftdi_sio: add Zolix FTDI PID by Petr Kubánek · 12 years ago
  81. d4fa681 USB: option: add Changhong CH690 by Bjørn Mork · 12 years ago
  82. c249f91 USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II by Sven Killig · 12 years ago
  83. 6cb2afd iio: Simplify iio_map_array_unregister API by Guenter Roeck · 12 years ago
  84. ca7d98d iio: Update iio_channel_get_all and iio_channel_get_all_cb API by Guenter Roeck · 12 years ago
  85. 482bb4e iio/adc: (max1363) Fix data conversion problems by Guenter Roeck · 12 years ago
  86. dcb9ca0 iio/adc: (max1363) Remove duplicate code by Guenter Roeck · 12 years ago
  87. 315ce4b iio/adc: (max1363) Provide OF node information to iio device by Guenter Roeck · 12 years ago
  88. c3a69e6 iio/adc: (lp8788) Provide OF node information to iio device by Guenter Roeck · 12 years ago
  89. a11e619 staging/iio: (iio_hwmon) Basic devicetree support by Guenter Roeck · 12 years ago
  90. 1daed9b staging/iio: (iio_hwmon) Add support for sysfs name attribute by Guenter Roeck · 12 years ago
  91. c4ac7b9 staging/iio: (iio_hwmon) Use devm_kzalloc by Guenter Roeck · 12 years ago
  92. 4d2e4fc iio:common: removed unused functions outside st_sensors library by Denis CIOCCA · 12 years ago
  93. 9dbf091 iio: gyro: Add itg3200 by Manuel Stahl · 12 years ago
  94. 420b0fc staging:iio: Move adxrs450 driver out of staging by Lars-Peter Clausen · 12 years ago
  95. 53ac850 staging:iio:adxrs450: Move header file contents to main file by Lars-Peter Clausen · 12 years ago
  96. d5e69c8 staging:iio:adxrs450: Fixup kernel doc comments by Lars-Peter Clausen · 12 years ago
  97. 619036e staging:iio:adxrs450: Use usleep_range for the sequential transfer dealy by Lars-Peter Clausen · 12 years ago
  98. 457b71d staging:iio:adxrs450: Don't split string across multiple lines by Lars-Peter Clausen · 12 years ago
  99. 1439b6e staging:iio:adxrs450: Reflow overlong lines by Lars-Peter Clausen · 12 years ago
  100. ceac0cf2 staging:iio:adxrs450: Don't spam the bootlog by Lars-Peter Clausen · 12 years ago