2008-12-31 |
Rusty Russell | Merge branch 'master' of git://git.kernel.org/pub/scm...
|
commit | commitdiff | tree |
2008-12-30 |
Rusty Russell | cpumask: prepare for iterators to only go to nr_cpu_ids... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-30 |
Rusty Russell | net: make xfrm_statistics_seq_show use generic snmp_fold_field Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | virtio: block: dynamic maximum segments Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | virtio: set max_segment_size and max_sectors to infinite. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | virtio: hand virtio ring alignment as argument to vring_new_... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | virtio: use KVM_S390_VIRTIO_RING_ALIGN instead of relying... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | virtio: use LGUEST_VRING_ALIGN instead of relying on... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | virtio: Don't use PAGE_SIZE for vring alignment in... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | virtio: rename 'pagesize' arg to vring_init/vring_size Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | virtio: Don't use PAGE_SIZE in virtio_pci.c Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | cpumask: Use nr_cpu_ids in seq_cpumask Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | cpumask: use new cpumask API in drivers/infiniband... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | cpumask: use new cpumask API in drivers/infiniband... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | cpumask: use for_each_online_cpu() in drivers/infiniband... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | cpumask: arch_send_call_function_ipi_mask: core Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | cpumask: smp_call_function_many() Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | cpumask: make set_cpu_*/init_cpu_* out-of-line Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | cpumask: make cpumask.h eat its own dogfood. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | cpumask: switch over to cpu_online/possible/active... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | bitmap: fix seq_bitmap and seq_cpumask to take const... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | bitmap: test for constant as well as small size for... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | cpumask: make CONFIG_NR_CPUS always valid. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-29 |
Rusty Russell | Merge branch 'master' of git://git.kernel.org/pub/scm...
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: Replace cpu_coregroup_map with cpu_coregroup_mask Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: cpu_coregroup_mask(): s390 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: cpu_coregroup_mask(): sparc Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: cpu_coregroup_mask(): x86 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: alpha: Introduce cpumask_of_{node,pcibus}... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: Mips: Introduce cpumask_of_{node,pcibus} to... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: IA64: Introduce cpumask_of_{node,pcibus} to... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: powerpc: Introduce cpumask_of_{node,pcibus... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: sh: Introduce cpumask_of_{node,pcibus} to... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: sparc: Introduce cpumask_of_{node,pcibus}... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-26 |
Rusty Russell | cpumask: x86: Introduce cpumask_of_{node,pcibus} to... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-16 |
Rusty Russell | Define smp_call_function_many for UP Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-13 |
Rusty Russell | cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACK Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-13 |
Rusty Russell | cpumask: Introduce cpumask_of_{node,pcibus} to replace... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-13 |
Rusty Russell | cpumask: Add CONFIG_CPUMASK_OFFSTACK Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2008-12-13 |
Rusty Russell | cpumask: convert struct clock_event_device to cpumask... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
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-04 |
Rusty Russell | sparc: asm/bitops.h should define __fls 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 |
next |