linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-13 14:36:24 to 2012-08-13 19:08:58 UTC [more...]

[userns:userns-always-map-user-v45 80/99] fs/namespace.c:2290:1: error: unknown type name 'atomic64_t'
 2012-08-13 19:08 UTC  (7+ messages)
          ` Architectures missing atomic64_t

[PATCH v2 0/6] Avoid cache trashing on clearing huge/gigantic page
 2012-08-13 19:07 UTC  (7+ messages)
` [PATCH v2 4/6] x86: Add clear_page_nocache

[patch net-next 00/16] net: introduce upper device lists and remove dev->master
 2012-08-13 19:04 UTC  (23+ messages)
` [patch net-next 01/16] net: introduce upper device lists
` [patch net-next 02/16] macvlan: add link to upper device
` [patch net-next 03/16] vlan: "
` [patch net-next 04/16] rtnetlink: remove usage of dev->master
` [patch net-next 05/16] team: remove usage of netdev_set_master()
` [patch net-next 06/16] bridge: "
` [patch net-next 07/16] netpoll: remove usage of dev->master
` [patch net-next 08/16] cxgb3: "
` [patch net-next 09/16] qlcnic: guard __vlan_find_dev_deep() by rcu_read_lock
` [patch net-next 10/16] qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lock
` [patch net-next 11/16] vlan: remove usage of dev->master in __vlan_find_dev_deep()
` [patch net-next 12/16] nes: remove usage of dev->master
` [patch net-next 13/16] bonding: "
` [patch net-next 14/16] net: remove no longer used netdev_set_bond_master() and netdev_set_master()
` [patch net-next 15/16] net: remove usage of dev->master
` [patch net-next 16/16] net: kill dev->master

[GIT PULL 0/3] arm-soc updates
 2012-08-13 18:58 UTC  (2+ messages)

[PATCH v8] kvm: notify host when the guest is panicked
 2012-08-13 18:21 UTC  (2+ messages)

[PATCH] netvm: check for page == NULL when propogating the skb->pfmemalloc flag
 2012-08-13 18:56 UTC  (6+ messages)
  ` [Xen-devel] "

[PATCH 01/38] perf script python: Correct handler check and spelling errors
 2012-08-13 18:37 UTC  (38+ messages)
` [PATCH 02/38] perf lock record: improve message when tracepoints are not enabled
` [PATCH 03/38] perf tools: Initial bash completion support
` [PATCH 04/38] perf tools: Support for events bash completion
` [PATCH 05/38] perf tools: Fix /etc config related installation
` [PATCH 06/38] perf symbols: Introduce symbol__elf_init()
` [PATCH 07/38] perf symbols: Split out util/symbol-elf.c
` [PATCH 08/38] perf symbols: Support minimal build without libelf
` [PATCH 09/38] perf symbols: Implement poor man's ELF parser
` [PATCH 10/38] perf: Unified API to record selective sets of arch registers
` [PATCH 11/38] perf: Add ability to attach user level registers dump to sample
` [PATCH 12/38] perf: Factor __output_copy to be usable with specific copy function
` [PATCH 13/38] perf: Add perf_output_skip function to skip bytes in sample
` [PATCH 14/38] perf: Add ability to attach user stack dump to sample
` [PATCH 15/38] perf: Add attribute to filter out callchains
` [PATCH 16/38] perf tools: Adding PERF_ATTR_SIZE_VER2 to the header swap check
` [PATCH 17/38] perf tools: Add interface to arch registers sets
` [PATCH 18/38] perf tools: Add libunwind dependency for DWARF CFI unwinding
` [PATCH 19/38] perf tools: Support user regs and stack in sample parsing
` [PATCH 20/38] perf tools: Support for DWARF CFI unwinding on post processing
` [PATCH 21/38] perf tools: Support for DWARF mode callchain
` [PATCH 22/38] perf symbols: Only un-prelink non-zero symbols
` [PATCH 23/38] perf symbols: Remove unused function map__objdump_2ip
` [PATCH 24/38] perf symbols: Don't try to synthesize plt without dynstr
` [PATCH 25/38] perf symbols: Remove unneeded call to dso__set_long_name()
` [PATCH 26/38] perf symbols: Correct comment wrt kallsyms loading
` [PATCH 27/38] perf symbols: Remove unused 'end' arg in kallsyms parse cb
` [PATCH 28/38] perf symbols: Simplify out_fixup in kernel syms loading
` [PATCH 29/38] perf symbols: only set vmlinux longname & mark loaded if really loaded
` [PATCH 30/38] perf symbols: Avoid segfault in elf_strptr
` [PATCH 31/38] perf symbols: Track symtab_type of vmlinux
` [PATCH 32/38] perf symbols: Introduce symsrc structure
` [PATCH 33/38] perf symbols: Set symtab_type in dso__load_sym
` [PATCH 34/38] perf symbols: Switch dso__synthesize_plt_symbols() to use symsrc
` [PATCH 35/38] perf symbols: Factor want_symtab out of dso__load_sym()
` [PATCH 36/38] perf symbols: Convert dso__load_syms to take 2 symsrc's
` [PATCH 37/38] perf symbols: Use both runtime and debug images
` [PATCH 38/38] perf symbols: Add description of JIT interface

[PATCH] timekeeping: Fix build when generic clockevents are enabled
 2012-08-13 18:48 UTC  (4+ messages)

[PATCH][Alternative][RFC] PM / Runtime: Introduce driver runtime PM work routine
 2012-08-13 18:47 UTC  (3+ messages)

[RFC PATCH 0/2] net: connect to UNIX sockets from specified root
 2012-08-13 18:24 UTC  (11+ messages)

Bug fixes/cleanups for floppy driver (v2)
 2012-08-13 18:21 UTC  (8+ messages)
` [PATCH v3 1/6] floppy: don't call alloc_ordered_workqueue inside the alloc_disk loop
` [PATCH v3 2/6] floppy: do put_disk on current dr if blk_init_queue fails
` [PATCH v3 3/6] floppy: avoid leaking extra reference to queue on do_floppy_init error handling
` [PATCH v3 4/6] floppy: properly handle failure on add_disk loop
` [PATCH v3 5/6] floppy: use disk_registered for checking if a drive is present
` [PATCH v3 6/6] floppy: remove dr, reuse drive on do_floppy_init

[PATCH v5 00/12] KVM: introduce readonly memslot
 2012-08-13 17:39 UTC  (4+ messages)

[PATCH] Smack: implement revoking all rules for a subject label
 2012-08-13 18:18 UTC  (2+ messages)

[PATCH 1/3] vsyscall_64: add missing ifdef CONFIG_SECCOMP
 2012-08-13 18:17 UTC  (9+ messages)
` [PATCH 2/3] vsyscall_64: allow SECCOMP_RET_TRACErs to skip

[PATCH v7 0/2] kvm: level irqfd and new eoifd
 2012-08-13 18:17 UTC  (13+ messages)
` [PATCH v7 2/2] kvm: KVM_EOIFD, an eventfd for EOIs

linux-user-chroot 2012.2
 2012-08-13 18:10 UTC  (2+ messages)

[PATCH V5 00/16] MIPS: Add Loongson-3 based machines support
 2012-08-13 17:54 UTC  (3+ messages)
` [PATCH V5 09/18] MIPS: Loongson: Add swiotlb to support big memory (>4GB)

[PATCH] perf: Let O= makes handle relative paths
 2012-08-13 18:02 UTC  (5+ messages)

[PATCH 1/5] workqueue: use enum value to set array size of pools in gcwq
 2012-08-13 18:00 UTC  (18+ messages)
  ` [PATCH 2/5] workqueue: change value of lcpu in queue_delayed_work_on()
  ` [PATCH 3/5] workqueue: introduce system_highpri_wq
  ` [PATCH 4/5] workqueue: use system_highpri_wq for highpri workers in rebind_workers()
  ` [PATCH 5/5] workqueue: use system_highpri_wq for unbind_work

[PATCH V2 00/18] drivers: hv: kvp
 2012-08-13 17:07 UTC  (19+ messages)
` [PATCH V2 01/18] Drivers: hv: vmbus: Use the standard format string to format GUIDs
  ` [PATCH V2 02/18] Drivers: hv: Add KVP definitions for IP address injection
  ` [PATCH V2 03/18] Drivers: hv: kvp: Cleanup error handling in KVP
  ` [PATCH V2 04/18] Drivers: hv: kvp: Support the new IP injection messages
  ` [PATCH V2 05/18] Tools: hv: Prepare to expand kvp_get_ip_address() functionality
  ` [PATCH V2 06/18] Tools: hv: Further refactor kvp_get_ip_address()
  ` [PATCH V2 07/18] Tools: hv: Gather address family information
  ` [PATCH V2 08/18] Tools: hv: Gather subnet information
  ` [PATCH V2 09/18] Tools: hv: Represent the ipv6 mask using CIDR notation
  ` [PATCH V2 10/18] Tools: hv: Gather ipv[4,6] gateway information
  ` [PATCH V2 11/18] Tools: hv: Gather DNS information
  ` [PATCH V2 12/18] Tools: hv: Gather DHCP information
  ` [PATCH V2 13/18] Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO
  ` [PATCH V2 14/18] Tools: hv: Rename the function kvp_get_ip_address()
  ` [PATCH V2 15/18] Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO
  ` [PATCH V2 16/18] Tools: hv: Get rid of some unused variables
  ` [PATCH V2 17/18] Tools: hv: Correctly type string variables
  ` [PATCH V2 18/18] Tools: hv: Properly manage open streams

[PATCH][SCSI] remove the queue unlock in scsi_requset_fn
 2012-08-13 17:47 UTC  (2+ messages)

[PATCH] Smack: remove task_wait() hook
 2012-08-13 17:46 UTC  (4+ messages)

[PATCH V3] regulator: tps6586x: add support for SYS rail
 2012-08-13 17:42 UTC  (2+ messages)

[PATCH] efikamx: reintroduce Genesi Efika MX Smarttop via device tree
 2012-08-13 17:38 UTC  (4+ messages)

[PATCH v2 00/16] perf: various symbol resolution fixes, including .opd section use
 2012-08-13 17:36 UTC  (4+ messages)
` [PATCH 11/16] perf symbol: introduce symsrc structure

[flame^Wreview] net: netprio_cgroup: rework update socket logic
 2012-08-13 17:31 UTC  (7+ messages)

[PATCH v2]staging "vme" Fix typos
 2012-08-13 17:28 UTC 

[PATCH 1/1]: leak of ctl_table_header structs in proc_sys_lookup
 2012-08-13 17:27 UTC 

[PATCH RFC] random: Account for entropy loss due to overwrites
 2012-08-13 17:26 UTC 

[PATCH 1/2] sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up
 2012-08-13 17:14 UTC  (2+ messages)
` [tip:sched/core] "

[PATCH] perf/x86: disable PEBS on a guest entry
 2012-08-13 17:13 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 3/3] perf/x86: Add Intel Westmere-EX uncore support
 2012-08-13 17:12 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 2/3] perf/x86: Fixes for Nehalem-EX uncore driver
 2012-08-13 17:11 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH V6 07/13] perf: Generic pci uncore device support
 2012-08-13 17:10 UTC  (2+ messages)
` [tip:perf/urgent] perf, x86: Fix uncore_types_exit section mismatch

[PATCH] sched: using dst_rq instead of this_rq during load balance
 2012-08-13 17:06 UTC  (3+ messages)
` [tip:sched/core] "

[PATCH v2] sched: Document schedule() entry points
 2012-08-13 17:05 UTC  (3+ messages)
` [tip:sched/core] "

null pointer dereference while loading i915
 2012-08-13 17:05 UTC  (8+ messages)
` [PATCH 0/1] hopefully fix null pointer dereference on i915 load
  ` [PATCH 1/1] drm/i915: ensure i2c adapter is all set before adding it

[PATCH] sched: Fix __sched_period comment
 2012-08-13 17:04 UTC  (3+ messages)
` [tip:sched/core] "

linux-next: Tree for July 26
 2012-08-13 17:00 UTC  (3+ messages)
` linux-next: Tree for July 26 (uml)

[tip:core/urgent] mutex: Place lock in contended state after fastpath_lock failure
 2012-08-13 16:55 UTC 

[patch] sched: fix migration thread runtime bogosity
 2012-08-13 16:53 UTC  (2+ messages)
` [tip:sched/urgent] sched: Fix "

[patch] sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled
 2012-08-13 16:52 UTC  (2+ messages)
` [tip:sched/urgent] "

[PATCH 1/4 V2] Use get_online_cpus to avoid races involving CPU hotplug
 2012-08-13 16:50 UTC  (2+ messages)

[patch] sched,cgroup_sched: fix up task_groups list
 2012-08-13 16:51 UTC  (2+ messages)
` [tip:sched/urgent] sched,cgroup: Fix "

[PATCH] sched: fix divide by zero at {thread_group,task}_times
 2012-08-13 16:50 UTC  (2+ messages)
` [tip:sched/urgent] sched: fix divide by zero at {thread_group, task}_times

[PATCH 2/4 V2] Use get_online_cpus to avoid races involving CPU hotplug
 2012-08-13 16:50 UTC  (2+ messages)

[tip:sched/urgent] sched, cgroup: Reduce rq-> lock hold times for large cgroup hierarchies
 2012-08-13 16:49 UTC 

Boot freeze after/during PCI initialization
 2012-08-13 16:44 UTC  (3+ messages)

[PATCH]staging "vme" Fix typos
 2012-08-13 16:25 UTC  (2+ messages)

[bisected] nouveau: "Failed to idle channel x" after resume
 2012-08-13 16:22 UTC  (10+ messages)

Bug fixes/cleanups for floppy driver (v2)
 2012-08-13 16:22 UTC  (4+ messages)
` [PATCH 5/6] floppy: remove check for allocated queue on do_floppy_init error handling

[PATCH V2 0/3] tpm: Add new vTPM device driver for PPC64
 2012-08-13 16:15 UTC  (4+ messages)
` [PATCH V2 3/3] drivers/char/tpm: Add securityfs support for event log

[PATCH] Rewrite Documentation/SubmittingPatches
 2012-08-13 16:02 UTC  (7+ messages)
          ` [PATCH v2] "

[PATCH net-next] time: jiffies_delta_to_clock_t() helper to the rescue
 2012-08-13 15:52 UTC  (2+ messages)

[PATCH] MIPS: fix module.c build for 32 bit
 2012-08-13 15:39 UTC  (2+ messages)

[BUG] perf: sharing of cpuctx between core and ibs PMU causes problems
 2012-08-13 15:36 UTC  (9+ messages)

[PATCH] ACPI: Add ACPI CPU hot-remove support
 2012-08-13 15:21 UTC  (6+ messages)

[ANNOUNCE] iproute2 3.5.0
 2012-08-13 15:25 UTC  (2+ messages)
` [ANNOUNCE] iproute2 3.5.1

[Patch 7/7] infiniband: ehca: Use hotplug thread infrastructure
 2012-08-13 15:14 UTC  (2+ messages)
` [tip:smp/hotplug] infiniband: Ehca: "

[Patch 6/7] rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread
 2012-08-13 15:13 UTC  (2+ messages)
` [tip:smp/hotplug] "

[Patch 2/7] kthread: Implement park/unpark facility
 2012-08-13 15:08 UTC  (2+ messages)
` [tip:smp/hotplug] "

[Patch 5/7] watchdog: Use hotplug thread infrastructure
 2012-08-13 15:13 UTC  (2+ messages)
` [tip:smp/hotplug] "

[Patch 4/7] softirq: Use hotplug thread infrastructure
 2012-08-13 15:12 UTC  (2+ messages)
` [tip:smp/hotplug] "

[Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads
 2012-08-13 15:10 UTC  (2+ messages)
` [tip:smp/hotplug] "

[Patch 1/7] rcu: Yield simpler
 2012-08-13 15:07 UTC  (2+ messages)
` [tip:smp/hotplug] "

[PATCH] dlm: cleanup send_to_sock routine
 2012-08-13 15:02 UTC  (2+ messages)

[PATCH 00/10] ARM: interesting warnings from defconfig builds
 2012-08-13 14:59 UTC  (3+ messages)
` [PATCH 03/10] ARM: mv78xx0: fix win_cfg_base prototype

[PATCH v10 00/18] Introduce a led trigger for CPU activity and consolidate LED driver in ARM
 2012-08-13 14:52 UTC  (2+ messages)

[RFC][PATCH 0/4] tracing/perf: Use helper functions to help shrink kernel size
 2012-08-13 14:47 UTC  (7+ messages)
` [RFC][PATCH 4/4] perf/events: Use helper functions in event assignment to shrink macro size

RFC: mutex: hung tasks on SMP platforms with asm-generic/mutex-xchg.h
 2012-08-13 14:45 UTC  (10+ messages)

[PATCH] net: Fix incorrect comment in netif_tx_stop_queue()
 2012-08-13 14:43 UTC 

v3.5 Oops in i2c_algo_bit.c:bit_xfer+0x23/0x870: i915 or i2c?
 2012-08-13 14:40 UTC  (4+ messages)
    ` [Intel-gfx] "

Infinite looping in omap2430.c USB driver
 2012-08-13 14:32 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).