Commit Graph

4011 Commits (014c257cce65e9d1cd2d28ec1c89a37c536b151d)

Author SHA1 Message Date
Peter Zijlstra b328ca182f sched: fix hrtick_start_fair and CPU-Hotplug 17 years ago
Gregory Haskins 104f64549c sched: fix SCHED_FAIR wake-idle logic error 17 years ago
Gregory Haskins 8ae121ac86 sched: fix RT task-wakeup logic 17 years ago
Harvey Harrison 983ed7a66b sched: add statics, don't return void expressions 17 years ago
Andrew Morton d478c2cfaa sched: add debug checks to idle functions 17 years ago
Harvey Harrison 2abdad0a4c sched: make rt_sched_class, idle_sched_class static 17 years ago
Peter Zijlstra e05510d01a sched: optimize calc_delta_mine() 17 years ago
Peter Zijlstra a992241de6 sched: fix normalized sleeper 17 years ago
Eric Sesterhenn 82af7aca56 Removal of FUTEX_FD 17 years ago
Harvey Harrison 688b744d8b kgdb: fix signedness mixmatches, add statics, add declaration to header 17 years ago
Linus Torvalds 826e4506a0 Make forced module loading optional 17 years ago
Heiko Carstens 4f95f81a48 clocksource: allow read access to available/current_clocksource 17 years ago
Heiko Carstens 4359a023a8 clocksource: Fix permissions for available_clocksource 17 years ago
Oliver Hartkopp 4346f65426 hrtimer: remove duplicate helper function 17 years ago
H. Peter Anvin b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 years ago
Thomas Gleixner 1adb0850a1 genirq: reenable a nobody cared disabled irq when a new driver arrives 17 years ago
Christoph Hellwig bcf35afb52 make generic sys_ptrace unconditional 17 years ago
Al Viro 9f3acc3140 [PATCH] split linux/file.h 17 years ago
Andrew Liu 8a3e77cc21 workqueue: remove redundant function invocation 17 years ago
Michael Ellerman be089d79c4 kexec: make extended crashkernel= syntax less confusing 17 years ago
Roman Zippel 7dffa3c673 ntp: handle leap second via timer 17 years ago
Roman Zippel 8383c42399 ntp: remove current_tick_length() 17 years ago
Roman Zippel 7fc5c78409 ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT 17 years ago
Roman Zippel 153b5d054a ntp: support for TAI 17 years ago
Roman Zippel 9f14f669d1 ntp: increase time_offset resolution 17 years ago
Roman Zippel 074b3b8794 ntp: increase time_freq resolution 17 years ago
Roman Zippel eea83d896e ntp: NTP4 user space bits update 17 years ago
Roman Zippel ee9851b218 ntp: cleanup ntp.c 17 years ago
Roman Zippel f8bd2258e2 remove div_long_long_rem 17 years ago
Roman Zippel 6f6d6a1a6a rename div64_64 to div64_u64 17 years ago
Roman Zippel 71abb3af62 convert a few do_div users 17 years ago
Christian Borntraeger e5e417232e Fix cpu hotplug problem in softirq code 17 years ago
Peter Oberparleiter df4b565e1f module: add MODULE_STATE_GOING notifier call 17 years ago
Rusty Russell b211104d11 module: Enhance verify_export_symbols 17 years ago
Rusty Russell 4e2d92454b module: set unused_gpl_crcs instead of overwriting unused_crcs 17 years ago
Rusty Russell ad9546c991 module: neaten __find_symbol, rename to find_symbol 17 years ago
Rusty Russell ea01e798e2 module: reduce module image and resident size 17 years ago
Rusty Russell a58730c421 module: make module_sect_attrs private to kernel/module.c 17 years ago
Harvey Harrison af1f16d08f kernel: replace remaining __FUNCTION__ occurrences 17 years ago
Thomas Gleixner 237fc6e7a3 add hrtimer specific debugobjects code 17 years ago
Thomas Gleixner c6f3a97f86 debugobjects: add timer specific object debugging code 17 years ago
Andrew Morton 354a1f4d99 alloc_uid: cleanup 17 years ago
Markus Armbruster f735295b14 printk: don't read beyond string arguments' terminating zero 17 years ago
Samuel Thibault f7511d5f66 Basic braille screen reader support 17 years ago
Miklos Szeredi e4ad08fe64 mm: bdi: add separate writeback accounting capability 17 years ago
Pavel Emelyanov caafa43243 pidns: make pid->level and pid_ns->level unsigned 17 years ago
Adrian Bunk ab883af53e make marker_debug static 17 years ago
Oleg Nesterov 12a3de0a96 pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/ 17 years ago
Oleg Nesterov 1dd768c081 pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH 17 years ago
Oleg Nesterov 7d8da0962e pids: __set_special_pids: use change_pid() helper 17 years ago