2008-12-13 |
Rusty Russell | cpumask: make irq_set_affinity() take a const struct... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-13 |
Rusty Russell | cpumask: change cpumask_scnprintf, cpumask_parse_user... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-13 |
Rusty Russell | cpumask: centralize cpu_online_map and cpu_possible_map Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-08 |
Rusty Russell | sparc: replace for_each_cpu_mask_nr with for_each_cpu Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-05 |
Rusty Russell | [CPUFREQ] clean up speedstep-centrino and reduce cpumask_t... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-04 |
Rusty Russell | sparc: asm/bitops.h should define __fls Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-26 |
Rusty Russell | sched: avoid stack var in move_task_off_dead_cpu, fix Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-26 |
Rusty Russell | sched: convert local_cpu_mask to cpumask_var_t, fix Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-26 |
Rusty Russell | sched: convert nohz struct to cpumask_var_t, fix Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert remaining old-style cpumask operators Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert local_cpu_mask to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert check_preempt_equal_prio to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert struct cpupri_vec cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert falback_doms to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert cpu_isolated_map to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert sched_domain_debug to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert struct (sys_)sched_setaffinity() to... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: avoid stack var in move_task_off_dead_cpu Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert sys_sched_getaffinity() to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert rebalance_domains() to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert idle_balance() to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert nohz struct to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert struct root_domain to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert nohz_cpu_mask to cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert struct sched_group/sched_domain cpumask_ts... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: wrap sched_group and sched_domain cpumask accesses. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: remove any_online_cpu() Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: get rid of boutique sched.c allocations, use... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-24 |
Rusty Russell | sched: convert sched.c from for_each_cpu_mask to for_each_cpu. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-16 |
Rusty Russell | stop_machine: fix race with return value (fixes Bug... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-09 |
Rusty Russell | cpumask: introduce new API, without changing anything, v3 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-07 |
Rusty Russell | cpumask: new API, v2 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-11-06 |
Rusty Russell | cpumask: introduce new API, without changing anything Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-10-31 |
Rusty Russell | lguest: fix irq vectors. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-10-31 |
Rusty Russell | lguest: fix early_ioremap. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-10-31 |
Rusty Russell | lguest: fix example launcher compile after moved asm... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-10-21 |
Rusty Russell | Make panic= and panic_on_oops into core_params Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-10-21 |
Rusty Russell | Make initcall_debug a core_param Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-10-21 |
Rusty Russell | core_param() for genuinely core kernel parameters Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-10-21 |
Rusty Russell | param: Fix duplicate module prefixes Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-10-21 |
Rusty Russell | module: check kernel param length at compile time,... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-10-21 |
Rusty Russell | module: simplify load_module. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-10-16 |
Rusty Russell | module: remove CONFIG_KMOD in comment after #endif Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-08-25 |
Rusty Russell | lguest: update commentry Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-08-25 |
Rusty Russell | stop_machine: Remove deprecated stop_machine_run Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-08-25 |
Rusty Russell | stop_machine: wean Xen off stop_machine_run Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-08-16 |
Rusty Russell | tun: fallback if skb_alloc() fails on big packets Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-08-16 |
Rusty Russell | net: skb_copy_datagram_from_iovec() Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-08-12 |
Rusty Russell | lguest: use get_user_pages_fast() instead of get_user_pages() Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-08-12 |
Rusty Russell | mm: Make generic weak get_user_pages_fast and EXPORT_GPL it Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-08-12 |
Rusty Russell | lguest: don't set MAC address for guest unless specified Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: turn Waker into a thread, not a process Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: Enlarge virtio rings Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: Use GSO/IFF_VNET_HDR extensions on tun/tap Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: Remove 'network: no dma buffer!' warning Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: Adaptive timeout Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: Tell Guest net not to notify us on every packet... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: net block unneeded receive queue update notifications Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: wrap last_avail accesses. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: virtio-rng support Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: fix verbose printing of device features. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: Guest int3 fix Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | lguest: set max_pfn_mapped, growl loudly at Yinghai Lu Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | stop_machine: fix up ftrace.c Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | stop_machine: Wean existing callers off stop_machine_run() Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | stop_machine(): stop_machine_run() changed to use cpu... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | Hotplug CPU: don't check cpu_online after take_cpu_down Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-28 |
Rusty Russell | Simplify stop_machine Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-25 |
Rusty Russell | Label kthread_create() with printf attribute tag. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-25 |
Rusty Russell | virtio: Add transport feature handling stub for virtio_ring. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-25 |
Rusty Russell | virtio: Rename set_features to finalize_features Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-25 |
Rusty Russell | virtio: Formally reserve bits 28-31 to be 'transport... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-25 |
Rusty Russell | virtio: don't always force a notification when ring... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-25 |
Rusty Russell | virtio: clarify that ABI is usable by any implementations Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-25 |
Rusty Russell | virtio: Recycle unused recv buffer pages for large... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-22 |
Rusty Russell | modules: Take a shortcut for checking if an address... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-22 |
Rusty Russell | module: generic each_symbol iterator function Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-22 |
Rusty Russell | module: don't use stop_machine for waiting rmmod Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-22 |
Rusty Russell | x86: fix pte_flags() to only return flags, fix lguest... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-17 |
Rusty Russell | x86: fix asm/e820.h for userspace inclusion Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-03 |
Rusty Russell | tun: Allow GSO using virtio_net_hdr Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-03 |
Rusty Russell | tun: TUNSETFEATURES to set gso features. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-07-03 |
Rusty Russell | tun: Interface to query tun/tap features. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-06-23 |
Rusty Russell | sched: add new API sched_setscheduler_nocheck: add... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-06-10 |
Rusty Russell | virtio: use callback on empty in virtio_net Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-31 |
Rusty Russell | virtio: fix delayed xmit of packet and freeing of old... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-31 |
Rusty Russell | virtio: fix virtio_net xmit of freed skb bug Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-30 |
Rusty Russell | lguest: notify on empty Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-30 |
Rusty Russell | virtio: force callback on empty. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-30 |
Rusty Russell | virtio: An entropy device, as suggested by hpa. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-30 |
Rusty Russell | lguest: fix ugly <NULL> in /proc/interrupts Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-30 |
Rusty Russell | virtio: set device index in common code. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-30 |
Rusty Russell | virtio: virtio_pci should not set bus_id. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-30 |
Rusty Russell | virtio: bus_id for devices should contain 'virtio' Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-30 |
Rusty Russell | lguest: use ioremap_cache, not ioremap Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-09 |
Rusty Russell | module: don't ignore vermagic string if module doesn... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-09 |
Rusty Russell | module: be more picky about allowing missing module... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-09 |
Rusty Russell | module: put modversions in vermagic Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-04 |
Rusty Russell | x86: fix up bootparam.h for userspace inclusion Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-05-02 |
Rusty Russell | usb: libusual kthread_run() called with wrong format. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |