All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-05 06:04:45 to 2013-03-05 08:09:03 UTC [more...]

Debugging missing interrupts
 2013-03-05  8:09 UTC  (6+ messages)

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

[PATCH 0/9] sched: Shrink include/linux/sched.h
 2013-03-05  8:07 UTC  (10+ messages)
` [PATCH 1/9] sched: Remove some dummpy functions
` [PATCH 2/9] sched: Remove test_sd_parent()
` [PATCH 3/9] sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h
` [PATCH 4/9] sched: Move struct sched_group "
` [PATCH 5/9] sched: Move wake flags "
` [PATCH 6/9] sched: Move struct sched_class "
` [PATCH 7/9] sched: Make default_scale_freq_power() static
` [PATCH 8/9] sched: Move group scheduling functions out of include/linux/sched.h
` [PATCH 9/9] sched: Remove double declaration of root_task_group

[PATCH 1/2] gpio-ich: Check for pin availability at request time
 2013-03-05  8:06 UTC 

[PATCH RFC 00/12] xen-block: indirect descriptors
 2013-03-05  8:06 UTC  (6+ messages)
` [PATCH RFC 01/12] xen-blkback: don't store dev_bus_addr
  ` [Xen-devel] "

[PATCH 0/9] rtc: stmp3xxx: DT bindings and wakealarm
 2013-03-05  8:02 UTC  (5+ messages)
` [PATCH 6/9] rtc: stmp3xxx: add sysfs entries for persistent regs

[PATCH/RFC] Changing submodule foreach --recursive to be depth-first, --parent option to execute command in supermodule as well
 2013-03-05  7:59 UTC  (4+ messages)

[PATCH 1/2] benet: Wait f/w POST until timeout
 2013-03-05  7:59 UTC  (5+ messages)
` [PATCH 2/2] benet: Wait I/O while resuming device

[xen-unstable test] 16788: regressions - FAIL
 2013-03-05  7:58 UTC  (11+ messages)

[PATCH 2/2] :kernel:signal: Fixed coding style issue
 2013-03-04 23:13 UTC 

[Buildroot] [PATCH v2] new package: libtasn1
 2013-03-05  7:57 UTC  (2+ messages)

[PATCH v2] KVM: x86: Convert INIT and SIPI signals into synchronously handled requests
 2013-03-05  7:57 UTC  (3+ messages)

ASoC : playback and capture counts in soc_new_pcm
 2013-03-05  7:55 UTC  (2+ messages)

[Buildroot] [git commit] new package: libtasn1
 2013-03-05  7:55 UTC 

[PATCH] ALSA: usb: Work around CM6631 sample rate change bug
 2013-03-05  7:55 UTC  (7+ messages)

[PATCH 1/3] mtd: nand_base: Removed unnecessary command masking
 2013-03-05  7:54 UTC  (6+ messages)
` [PATCH 3/3] mtd: nand_base: Use readsb/readsw/writesb/writesw if possible
    ` Re[2]: "
  ` Re[2]: [PATCH 1/3] mtd: nand_base: Removed unnecessary command masking

[patch] ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()
 2013-03-05  7:53 UTC  (3+ messages)

[U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection
 2013-03-05  7:53 UTC  (3+ messages)

[PATCH v3 0/2] crypto: sahara: Add support for SAHARA in i.MX27
 2013-03-05  7:48 UTC  (5+ messages)
` [PATCH v3 1/2] i.MX27: Add clock support for SAHARA2

[GIT PULL FOR v3.9] cx231xx: v4l2 compliance and big-endian fixes
 2013-03-05  7:47 UTC  (2+ messages)

[PATCH v2] VTD/Intremap: Disable Intremap on Chipset 5500/5520/X58 due to errata
 2013-03-05  7:45 UTC  (2+ messages)

[PATCH v2 1/5] ath6kl: Cosmetic change in checking for free vif slot
 2013-03-05  7:45 UTC  (2+ messages)

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

Multi-platform, and secure-only ARM errata workarounds
 2013-03-05  7:40 UTC  (11+ messages)

[PATCH v2 00/20] kdump, vmcore: support mmap() on /proc/vmcore
 2013-03-05  7:35 UTC  (44+ 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()

[Buildroot] [autobuild.buildroot.net] Build results for 2013-03-04
 2013-03-05  7:35 UTC 

[PATCH linux-next] cpufreq: conservative: Fix sampling_down_factor functionality
 2013-03-05  7:34 UTC  (4+ messages)

workqueue panic in 3.4 kernel
 2013-03-05  7:31 UTC 

[PATCH v4] submodule: add 'deinit' command
 2013-03-05  7:29 UTC  (9+ messages)
      ` [PATCH v5] "
            ` [PATCH v6] "

linux-next: Tree for Mar 5
 2013-03-05  7:30 UTC  (2+ messages)
` linux-next: Tree for Mar 5 (iio)

[PATCH 0/3] IIO break info_mask into a pair of masks - Additional drivers 2 (missed ones)
 2013-03-05  7:28 UTC  (3+ messages)
` [PATCH 1/3] staging:iio:adc:spear move to info_mask_(shared_by_type/separate)

KVM: x86: Racy mp_state manipulations
 2013-03-05  7:28 UTC  (3+ messages)

[REGRESSION] [3.9-rc1] BUG: ktpacpi_nvramd/446 still has locks held!
 2013-03-05  7:28 UTC  (2+ messages)

[Qemu-devel] Unable to start vhost with qemu
 2013-03-05  6:56 UTC 

[RFC] mtd: nand_base: Make Diskonchip work again
 2013-03-05  7:26 UTC 

[PATCH] ARM: Add relocatable binary support
 2013-03-05  7:25 UTC  (5+ messages)
` [PATCH 6/6] "
    ` Re[2]: "

[PATCH 01/24] rtc: rtc-ab3100: use module_platform_driver_probe()
 2013-03-05  7:23 UTC  (3+ messages)
` [PATCH 20/24] rtc: rtc-sh: "

[PATCH 2/2 v2] ARM: shmobile: bockw: Reference DT implementation
 2013-03-05  7:22 UTC 

[PATCH 0/2] 64-bit counters in the struct station_info
 2013-03-05  7:20 UTC  (3+ messages)
` [PATCH 2/2] ath6kl: provide 64-bit per-station byte counters

am335x: mcasp in DIT mode
 2013-03-05  7:20 UTC  (10+ messages)

[U-Boot] [PATCH] Add support for D-Link DUB-E100 h/w-rev C1
 2013-03-05  7:20 UTC 

NATIONAL PETROLEUM AGENCY SOUTH SUDAN OIL BLOCK LICENSE (PLEASE OPEN THE ATTACHMENT AND READ MY PROPOSAL AND GET BACK TO FOR MORE DETAILS)
 2013-03-05  7:19 UTC 

per-cpu statistics
 2013-03-05  7:17 UTC  (4+ messages)

Diskonchip regression
 2013-03-05  7:15 UTC  (2+ messages)

[Qemu-devel] [PATCH V7 09/14] block: move bdrv_snapshot_find() to block.c
 2013-03-05  7:11 UTC  (2+ messages)

SDHI and MMCIF with kzm9g-reference
 2013-03-05  7:11 UTC  (3+ messages)

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

[PATCH RESEND 1/3] regulator: core: Add enable_is_inverted flag to indicate set enable_mask bits to disable
 2013-03-05  7:09 UTC  (5+ 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: "

[PATCH 0/7] USB: don't recover device if suspend fails in system sleep
 2013-03-05  7:09 UTC  (6+ messages)
` [PATCH 4/7] usbnet: cdc_mbim: "
` [PATCH 7/7] usbnet: qmi_wwan: "

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

[lm-sensors] ASRock 990FX Extreme3
 2013-03-05  7:06 UTC  (2+ messages)

[PATCH v3 1/3] serial: sh-sci: Add OF support
 2013-03-05  7:04 UTC  (12+ messages)
` [PATCH v3 3/3] ARM: mach-shmobile: r8a7740: Setup the serial devices using DT

[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  (8+ messages)

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

[RFC PATCH v2 0/4] Add support for S3 non-stop TSC support
 2013-03-05  6:59 UTC  (10+ messages)
` [RFC PATCH v2 4/4] timekeeping: utilize the suspend-nonstop clocksource to count suspended time

[PATCH] powerpc/powernv: Fix next available MSI IRQ
 2013-03-05  6:59 UTC 

[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  (12+ 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

[PATCH] Staging: Netlogic XLR/XLS GMAC driver
 2013-03-05  6:58 UTC  (2+ messages)

v3.4 released
 2013-03-05  6:55 UTC 

[lm-sensors] [PATCH 1/1] hwmon: mc13783-adc: Use module_platform_driver_probe macro
 2013-03-05  6:55 UTC  (3+ messages)

A question on adding a new program to a new meta layer
 2013-03-05  6:54 UTC 

[Qemu-devel] QEMU -netdev vhost=on + -device virtio-net-pci bug
 2013-03-05  6:55 UTC 

[PATCH v3 2/3] hfsplus: add implementation of the ACLs support
 2013-03-05  6:52 UTC  (3+ messages)

[PATCH 2/2] ARM: shmobile: bockw: Reference DT implementation
 2013-03-05  6:47 UTC 

[PATCH] resolver.3: RES_DEBUG not accessible with default build
 2013-03-05  6:47 UTC  (2+ messages)

[Bug 43061] New: resolver.3 man page: RES_DEBUG option has effect only if libresolv compiled with DEBUG defined
 2013-03-05  6:46 UTC  (2+ messages)
  ` [Bug 43061] "

[PATCH 1/2] ARM: shmobile: r8a7778: Reference DT implementation
 2013-03-05  6:46 UTC 

[PATCH] arm: davinci: fix edma dmaengine induced null pointer dereference on da830
 2013-03-05  6:43 UTC  (2+ messages)

[PATCH 0/2] ARM: shmobile: bockw: Reference DT implementation
 2013-03-05  6:43 UTC 

[lm-sensors] [PATCH] hwmon: (mc13783-adc.c) use module_platform_driver_probe()
 2013-03-05  6:41 UTC  (2+ messages)

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

[Buildroot] [PATCH 1/1] Updated systemd to version 197
 2013-03-05  6:40 UTC  (4+ messages)
` [Buildroot] What to do about systemd/udev/eudev?

[PATCH 1/3] [media] sh_veu: Use module_platform_driver_probe macro
 2013-03-05  6:40 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] ARM: mmu: Set domain permissions to client access
 2013-03-05  6:39 UTC  (12+ messages)
  ` [U-Boot] [PATCH 0/2] ARM: mmu: Set domain permissions to client access - build warnings!
                ` [U-Boot] [PATCH RESEND 0/3] ARM: mmu: Set domain permissions to client access
                  ` [U-Boot] [PATCH RESEND 3/3] "

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

Major/minor numbers
 2013-03-05  6:32 UTC 

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

HTB performance, and debbuging
 2013-03-05  6:27 UTC 

[PATCH 1/2] Staging: Netlogic XLR/XLS GMAC driver
 2013-03-05  6:25 UTC  (3+ messages)

[Buildroot] Report from the Buildroot Developers Meeting
 2013-03-05  6:25 UTC  (7+ messages)
  ` [Buildroot] Google Summer of Code 2013

[PATCH] KVM: nVMX: Fix setting of CR0 and CR4 in guest mode
 2013-03-05  6:25 UTC  (11+ messages)

DMX_SET_SOURCE documentation
 2013-03-05  6:23 UTC 

[PATCH 00/12] mtd: nand: provision full ID support
 2013-03-05  6:23 UTC  (5+ messages)
` [PATCH 02/12] mtd: remove museum NAND ID's support
  ` Re[2]: "
` [PATCH 12/12] mtd: nand: provision full ID support

[linux-dvb] DMX_SET_SOURCE documentation
 2013-03-05  6:19 UTC 

htb problem with high rate small udp packet
 2013-03-05  6:19 UTC  (2+ messages)

[PATCH] ARM:SPEAr3xx: fix compilation breakage due to missing header file
 2013-03-05  6:18 UTC  (2+ messages)

[Qemu-devel] default guest RAM size?
 2013-03-05  6:09 UTC  (4+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.