linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-04 22:43:10 to 2013-03-05 07:08:47 UTC [more...]

[PATCH v12 rebased 0/8] pv event to notify host when the guest is panicked
 2013-03-05  7:05 UTC  (9+ messages)
` [PATCH v12 rebased] kvm: "

[PATCH v2 00/20] kdump, vmcore: support mmap() on /proc/vmcore
 2013-03-02  8:37 UTC  (21+ messages)
` [PATCH v2 01/20] vmcore: refer to e_phoff member explicitly
` [PATCH v2 02/20] vmcore: rearrange program headers without assuming consequtive PT_NOTE entries
` [PATCH v2 03/20] vmcore, sysfs: export ELF note segment size instead of vmcoreinfo data size
` [PATCH v2 04/20] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH v2 05/20] vmcore: round up buffer size of ELF headers by PAGE_SIZE
` [PATCH v2 06/20] vmcore, procfs: introduce a flag to distinguish objects copied in 2nd kernel
` [PATCH v2 07/20] vmcore: copy non page-size aligned head and tail pages "
` [PATCH v2 08/20] vmcore: modify vmcore clean-up function to free buffer on "
` [PATCH v2 09/20] vmcore: clean up read_vmcore()
` [PATCH v2 10/20] vmcore: read buffers for vmcore objects copied from old memory
` [PATCH v2 11/20] vmcore: allocate per-cpu crash_notes objects on page-size boundary
` [PATCH v2 12/20] kexec: allocate vmcoreinfo note buffer "
` [PATCH v2 13/20] kexec, elf: introduce NT_VMCORE_DEBUGINFO note type
` [PATCH v2 14/20] elf: introduce NT_VMCORE_PAD type
` [PATCH v2 15/20] kexec: fill note buffers by NT_VMCORE_PAD notes in page-size boundary
` [PATCH v2 16/20] vmcore: check NT_VMCORE_PAD as a mark indicating the end of ELF note buffer
` [PATCH v2 17/20] vmcore: check if vmcore objects satify mmap()'s page-size boundary requirement
` [PATCH v2 18/20] vmcore: round-up offset of vmcore object in page-size boundary
` [PATCH v2 19/20] vmcore: count holes generated by round-up operation for vmcore size
` [PATCH v2 20/20] vmcore: introduce mmap_vmcore()

[PATCH V2] xen: event channel arrays are xen_ulong_t and not unsigned long
 2013-03-05  7:03 UTC  (8+ messages)
` [PATCH LINUX v5] "

[PATCH RESEND 1/3] regulator: core: Add enable_is_inverted flag to indicate set enable_mask bits to disable
 2013-03-05  7:03 UTC  (4+ messages)
` [PATCH RESEND 2/3] regulator: 88pm8607: Use enable_is_inverted flag with regulator_enable_regmap and friends APIs
` [PATCH RESEND 3/3] regulator: max8649: "

[RFC PATCH v4 0/6] uprobes: return probe implementation
 2013-03-05  7:03 UTC  (3+ messages)
` [RFC PATCH v4 5/6] uretprobes: invoke return probe handlers

[PATCH 1/1] pwm_bl: Add support for backlight enable GPIO
 2013-03-05  7:03 UTC  (9+ messages)

For review: pid_namespaces(7) man page
 2013-03-05  7:01 UTC  (3+ messages)

[RFC PATCH v2 0/4] Add support for S3 non-stop TSC support
 2013-03-05  6:59 UTC  (13+ messages)
` [RFC PATCH v2 1/4] x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3
` [RFC PATCH v2 2/4] clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NOTSTOP
` [RFC PATCH v2 3/4] x86: tsc: Add support for new S3_NOTSTOP feature
` [RFC PATCH v2 4/4] timekeeping: utilize the suspend-nonstop clocksource to count suspended time

[PATCH RFT] pinctrl: abx500: Fix checking if pin use AlternateFunction register
 2013-03-05  6:58 UTC 

[RFC/PATCH 0/5] Contiguous Memory Allocator and get_user_pages()
 2013-03-05  6:57 UTC  (6+ messages)
` [RFC/PATCH 1/5] mm: introduce migrate_replace_page() for migrating page to the given target
` [RFC/PATCH 2/5] mm: get_user_pages: use static inline
` [RFC/PATCH 3/5] mm: get_user_pages: use NON-MOVABLE pages when FOLL_DURABLE flag is set
` [RFC/PATCH 4/5] mm: get_user_pages: migrate out CMA "
` [RFC/PATCH 5/5] media: vb2: use FOLL_DURABLE and __get_user_pages() to avoid CMA migration issues

For review: pid_namespaces(7) man page
 2013-03-05  6:41 UTC  (8+ messages)

[PATCH V2 01/14] MIPS: Build uasm-generated code only once to avoid CPU Hotplug problem
 2013-03-05  6:32 UTC  (2+ messages)

[PATCH 1/1] kernel/pid_namespace.c: Fixing a lack of cleanup (Probable resources leak)
 2013-03-05  6:32 UTC  (2+ messages)

[git pull] Please pull powerpc.git merge branch
 2013-03-05  6:30 UTC 

[PATCH 00/12] perf annotate: Add support for event group view (v2)
 2013-03-05  5:53 UTC  (13+ messages)
` [PATCH 01/12] perf annotate: Pass evsel instead of evidx on annotation functions
` [PATCH 02/12] perf annotate: Add a comment on the symbol__parse_objdump_line()
` [PATCH 03/12] perf annotate: Factor out disasm__calc_percent()
` [PATCH 04/12] perf annotate: Cleanup disasm__calc_percent()
` [PATCH 05/12] perf annotate: Add basic support to event group view
` [PATCH 06/12] perf evsel: Introduce perf_evsel__is_group_event() helper
` [PATCH 07/12] perf annotate: Factor out struct source_line_percent
` [PATCH 08/12] perf annotate: Support event group view for --print-line
` [PATCH 09/12] perf annotate browser: Make browser_disasm_line->percent an array
` [PATCH 10/12] perf annotate browser: Use disasm__calc_percent()
` [PATCH 11/12] perf annotate browser: Support event group view on TUI
` [PATCH 12/12] perf annotate/gtk: Support event group view on GTK

[PATCH 1/1] kernel/pid_namespace.c: Fixing a lack of cleanup (Probable resources leak)
 2013-03-05  5:51 UTC  (4+ messages)

[PATCH RFC] MIPS: Build uasm-generated code only once to avoid CPU Hotplug problem
 2013-03-05  5:50 UTC  (4+ messages)

BUG: IPv4: Attempt to release TCP socket in state 1
 2013-03-05  5:44 UTC  (4+ messages)

[ 052/153] idr: idr_for_each_entry() macro
 2013-03-05  5:24 UTC  (4+ messages)

[PATCH 1/2] dmi_scan: Fix missing check for _DMI_ signature in smbios_present()
 2013-03-05  5:23 UTC  (4+ messages)
` [PATCH 2/2] dmi_scan: Refactor dmi_scan_machine(), {smbios,dmi}_present()

[PATCH linux-next] cpufreq: conservative: Fix sampling_down_factor functionality
 2013-03-05  5:22 UTC  (3+ messages)

[PATCH 1/1 v2] pwm_bl: Add support for backlight enable GPIO
 2013-03-05  5:14 UTC  (2+ messages)

[PATCH 0/8] watchdog: w83627hf: Convert to watchdog infrastructure
 2013-03-05  4:54 UTC  (9+ messages)
` [PATCH 1/8] "
` [PATCH 2/8] watchdog: w83627hf: Enable watchdog only once
` [PATCH 3/8] watchdog: w83627hf: Enable watchdog device only if not already enabled
` [PATCH 4/8] watchdog: w83627hf: Use helper functions to access superio registers
` [PATCH 5/8] watchdog: w83627hf: Auto-detect IO address and supported chips
` [PATCH 6/8] watchdog: w83627hf: Add support for additional chips
` [PATCH 7/8] watchdog: w83627hf: Add support for W83697HF and W83697UG
` [PATCH 8/8] watchdog: Remove drivers "

[PATCH] cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue
 2013-03-05  4:52 UTC 

[PATCH V2 01/14] MIPS: Build uasm-generated code only once to avoid CPU Hotplug problem
 2013-03-05  3:52 UTC 

[PATCH 1/3] mfd: ab3100-otp: use module_platform_driver_probe()
 2013-03-05  4:48 UTC  (3+ messages)
` [PATCH 2/3] mfd: htc-pasic3: "
` [PATCH 3/3] mfd: davinci_voicecodec: "

[PATCH] net/wireless/brcm80211: remove PCI_BUS define from defs.h to fix warnings
 2013-03-05  4:08 UTC  (3+ messages)

[PATCH 1/3] misc: arm-charlcd: use module_platform_driver_probe()
 2013-03-05  4:04 UTC  (4+ messages)
` [PATCH 2/3] misc: atmel_pwm: "
` [PATCH 3/3] misc: ep93xx_pwm: "

[PATCH] twl4030_charger: use module_platform_driver_probe()
 2013-03-05  4:01 UTC 

[PATCH v2] video: Add Hyper-V Synthetic Video Frame Buffer Driver
 2013-03-05  3:46 UTC  (3+ messages)

[PATCH] perf: remove include of cgroup.h from perf_event.h
 2013-03-05  3:38 UTC 

[PATCH] cpuset: remove include of cgroup.h from cpuset.h
 2013-03-05  3:37 UTC 

[PATCH] res_counter: remove include of cgroup.h from res_counter.h
 2013-03-05  3:37 UTC 

[PATCH v13 0/8] pv event interface between host and guest
 2013-03-05  3:17 UTC  (15+ messages)
` [PATCH v13 1/8] save/load cpu runstate
` [PATCH v13 2/8] start vm after resetting it
` [PATCH v13 4/8] add a new runstate: RUN_STATE_GUEST_PANICKED
` [PATCH v13 5/8] add a new qevent: QEVENT_GUEST_PANICKED

FW: [RFC PATCH v2 0/4] Add support for S3 non-stop TSC support
 2013-03-05  3:20 UTC 

[PATCH] mfd: arizona: Support configuring MICBIASes into bypass mode
 2013-03-05  3:06 UTC 

[PATCH v11 0/4] block layer runtime pm
 2013-03-05  3:03 UTC  (5+ messages)
` [PATCH v11 1/4] block: add a flag to identify PM request
` [PATCH v11 2/4] block: add runtime pm helpers
` [PATCH v11 3/4] block: implement runtime pm strategy
` [PATCH v11 4/4] sd: change to auto suspend mode

[PATCH v2] cgroup: avoid accessing modular cgroup subsys structure without locking
 2013-03-05  2:57 UTC 

[PATCH] ARM: perf: Fix section mismatch on armpmu_init()
 2013-03-05  2:55 UTC  (3+ messages)

[URGENT] trace-cmd: Fix for all stable versions for up coming fix in Linux v3.10
 2013-03-05  2:43 UTC  (2+ messages)

[PATCH 0/3] Enable multiple MSI feature in pSeries
 2013-03-05  2:41 UTC  (8+ messages)
` [PATCH 2/3] irq: Add hw continuous IRQs map to virtual continuous IRQs support

[PATCH] kexec: consolidate crash late initialization
 2013-03-05  2:32 UTC  (2+ messages)

[PATCH 2/2]linux-usb:optimize to match the Huawei USB storage devices and support new switch command
 2013-03-05  2:28 UTC  (10+ messages)
` v3.8 regression: Huawei mode switching fails (was Re: [PATCH 2/2]linux-usb:optimize to match the Huawei USB storage devices and support new switch command)
  ` [PATCH] USB: storage: fix Huawei mode switching regression

[PATCH 0/2] tighten lglock lockdep annotations
 2013-03-05  2:17 UTC  (3+ messages)
` [PATCH 1/2] lockdep: introduce lock_acquire_exclusive/shared helper macros
` [PATCH 2/2] lglock: update lockdep annotations to report recursive local locks

[PATCH v3] ata: Fix DVD not dectected at some Haswell platforms
 2013-03-05 14:21 UTC  (2+ messages)

e1000e: nic does not work properly after cold power on
 2013-03-05  2:11 UTC  (5+ messages)
  ` e1000e 3.9-rc1 suspend failure (was: Re: e1000e: nic does not work properly after cold power on)
      ` [E1000-devel] "

[PATCH] mm: Fixup the condition whether the page cache is free
 2013-03-05  1:51 UTC  (3+ messages)

[PATCH 00/10] dmatest: update the module to use debugfs
 2013-03-05  1:47 UTC  (7+ messages)
` [PATCH 01/10] dmatest: cancel thread immediately when asked for
` [PATCH 02/10] dmatest: allocate memory for pq_coefs from heap
` [PATCH 03/10] dmatest: create dmatest_info to keep test parameters

[PATCHv2] ARM: Push selects for TWD/SCU into machine entries
 2013-03-05  1:45 UTC  (3+ messages)

linux-next: Tree for Mar 5
 2013-03-05  1:42 UTC 

[PATCH v6 04/46] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks
 2013-03-05  1:37 UTC  (12+ messages)
        ` [PATCH] lglock: add read-preference local-global rwlock
              ` [PATCH V2] "

[PATCH RESEND 0/3] e1000e: return runtime-pm back to work
 2013-03-05  1:35 UTC  (7+ messages)
` [PATCH RESEND 1/3] e1000e: fix pci-device enable-counter balance
` [PATCH RESEND 2/3] e1000e: fix runtime power management transitions
` [PATCH RESEND 3/3] e1000e: fix accessing to suspended device

IMA: How to manage user space signing policy with others
 2013-03-05  1:21 UTC  (12+ messages)

[PATCH V2 1/4] cpufreq: exynos: Adding cpufreq driver for exynos5440
 2013-03-05  1:18 UTC  (2+ messages)

[RFC PATCH] virt_mmio: fix signature checking for BE guests
 2013-03-05  0:11 UTC  (7+ messages)
` [PATCH] virtio-spec: Define virtio-mmio registers as LE

[PATCH] workqueue: fix possible bug which may silence the pool
 2013-03-05  1:17 UTC  (3+ messages)

[PATCH v7 0/5] Reset PCIe devices to address DMA problem on kdump with iommu
 2013-03-05  0:56 UTC  (7+ messages)

[PATCH v2] drivers/block/xen-blkback: preq.dev is used without initialized
 2013-03-05  0:54 UTC  (3+ messages)

[PATCH] ksm: fix m68k build: only NUMA needs pfn_to_nid
 2013-03-05  0:49 UTC 

[PATCH] usb: host: tegra: Reset Tegra USB controller before init
 2013-03-05  0:34 UTC  (5+ messages)

[PATCH] drivers/crypto/nx: fix init race, alignmasks and GCM bug
 2013-03-05  0:30 UTC  (2+ messages)

[PATCH] gpio: Renesas R-Car GPIO driver
 2013-03-05  0:32 UTC 

Uhhuh. NMI received for unknown reason 2c on CPU 0
 2013-03-05  0:16 UTC  (12+ messages)

sendfile and EAGAIN
 2013-03-05  0:11 UTC  (5+ messages)

[PATCH 2/2] x86: Make Linux guest support optional
 2013-03-04 23:55 UTC  (2+ messages)
` [tip:x86/paravirt] "

[PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu
 2013-03-04 23:54 UTC  (2+ messages)
` [tip:x86/paravirt] "

[PULL] virtio randomness fix
 2013-03-04 23:52 UTC 

[PATCH 0/8] Remove ARM local timer API
 2013-03-04 23:52 UTC  (7+ messages)
` [PATCH 8/8] ARM: smp: Remove "

[PATCH] x86: fix the delay when controlling brightness using hotkeys on ideapad laptops
 2013-03-04 23:33 UTC 

i915 black screen introduced by ACPI changes
 2013-03-04 23:33 UTC  (16+ messages)

linux-next: manual merge of the drm-intel tree with Linus' tree
 2013-03-04 23:23 UTC 

[PATCH] ARM: proc: Add Krait proc info
 2013-03-04 23:21 UTC 

[PATCH] ARM: Scorpion is a v7 architecture, not v6
 2013-03-04 23:19 UTC 

[PATCH/RESEND 0/4] Trim down mach includes in MSM drivers
 2013-03-04 23:08 UTC  (5+ messages)
` [PATCH/RESEND 1/4] ARM: msm: Move dma.h #defines that are private to dma.c
` [PATCH/RESEND 2/4] mmc: msm_sdcc: Remove unnecessary include
` [PATCH/RESEND 3/4] gpio: Make gpio-msm-v1 into a platform driver
` [PATCH/RESEND 4/4] ARM: msm: Remove unused cpu.h header file

mm/ksm.c:492: error: implicit declaration of function ‘pfn_to_nid’
 2013-03-04 23:05 UTC  (2+ messages)

[PATCH] arch/x86: fix unused variable warning in mwait_play_dead()
 2013-03-04 22:59 UTC 

[PATCH v3 0/7] Add O_DENY* support for VFS and CIFS/NFS
 2013-03-04 22:49 UTC  (4+ messages)

[PATCH] USB: fix trivial usb_device kernel-doc errors
 2013-03-04 22:52 UTC 

[PATCH] usb: gadget: composite: fix kernel-doc warnings
 2013-03-04 22:52 UTC 

[Bug] Various abnormal WiFi behaviors with Linux 3.8 on arm/imx23
 2013-03-04 22:43 UTC  (2+ messages)

[PATCH -v3 00/23] rename random32 to prandom
 2013-03-04 22:44 UTC  (3+ messages)
` [PATCH -v3 17/23] net/sunrpc: rename random32() to prandom_u32()

[PATCH 0/2] Call tracing/debug code in VFP preempt code
 2013-03-04 22:43 UTC  (2+ messages)
` [PATCH 2/2] ARM: Enable tracing around vfp preemption enable/disable


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).