messages from 2012-09-28 21:42:15 to 2012-09-29 00:21:53 UTC [more...]
kernel_init: undefined reference to `populate_rootfs_domain'
2012-09-29 0:21 UTC
arch/powerpc/mm/hugetlbpage.c:317:4: error: passing argument 7 of 'parse_args' from incompatible poi
2012-09-29 0:20 UTC
[PATCH 0/10] Cleanup & new features for compiler*.h and bug.h
2012-09-29 0:20 UTC (13+ messages)
` [PATCH 1/10] compiler-gcc4.h: correct verion check for __compiletime_error
` [PATCH 2/10] compiler-gcc4.h: Reorder macros based upon gcc ver
` [PATCH 3/10] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
` [PATCH 4/10] compiler-gcc{3,4}.h: Use "
` [PATCH 5/10] compiler{,-gcc4}.h: Remove duplicate macros
` [PATCH 6/10] bug.h: Replace __linktime_error with __compiletime_error
` [PATCH 7/10] compiler{,-gcc4}.h: Introduce __flatten function attribute
` [PATCH 8/10] bug.h: Make BUILD_BUG_ON generate compile-time error
` [PATCH 9/10] bug.h: Add BUILD_BUG_ON_NON_CONST macro
` [PATCH 10/10] bug.h: Add gcc 4.2+ versions of BUILD_BUG_ON_* macros
[PATCH] net: fix neigh_resolve_output can cause skb_under_panic
2012-09-29 0:17 UTC (3+ messages)
[ 000/218] 3.4.12-stable review
2012-09-29 0:14 UTC (54+ messages)
` [ 003/218] tcp: Apply device TSO segment limit earlier
` [ 004/218] net_sched: gact: Fix potential panic in tcf_gact()
` [ 005/218] isdnloop: fix and simplify isdnloop_init()
` [ 007/218] net/core: Fix potential memory leak in dev_set_alias()
` [ 009/218] ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lock
` [ 010/218] atm: fix info leak in getsockopt(SO_ATMPVC)
` [ 011/218] atm: fix info leak via getsockname()
` [ 013/218] Bluetooth: HCI - Fix "
` [ 014/218] Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)
` [ 017/218] Bluetooth: L2CAP - Fix info leak via getsockname()
` [ 018/218] llc: fix "
` [ 019/218] dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)
` [ 021/218] net: fix info leak in compat dev_ifconf()
` [ 022/218] af_packet: dont emit packet on orig fanout group
` [ 024/218] netlink: fix possible spoofing from non-root processes
` [ 027/218] gianfar: fix default tx vlan offload feature flag
` [ 030/218] bnx2x: fix 57840_MF pci id
` [ 031/218] openvswitch: Reset upper layer protocol info on internal devices
` [ 033/218] cpufreq/powernow-k8: workqueue user shouldnt migrate the kworker to another CPU
` [ 034/218] cciss: fix handling of protocol error
` [ 035/218] vfs: make O_PATH file descriptors usable for fstat()
` [ 036/218] vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
` [ 038/218] eCryptfs: Copy up attributes of the lower target inode after rename
` [ 039/218] target: Fix ->data_length re-assignment bug with SCSI overflow
` [ 041/218] ARM: 7513/1: Make sure dtc is built before running it
` [ 042/218] ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling path
` [ 043/218] ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS
` [ 044/218] Staging: Android alarm: IOCTL command encoding fix
` [ 045/218] ARM: OMAP: timer: obey the !CONFIG_OMAP_32K_TIMER
` [ 048/218] ALSA: hda - Fix Oops at codec reset/reconfig
` [ 050/218] ALSA: hda - Workaround for silent output on VAIO Z with ALC889
` [ 052/218] staging: zcache: fix cleancache race condition with shrinker
` [ 053/218] staging: vt6656: [BUG] - Failed connection, incorrect endian
` [ 055/218] staging: comedi: das08: Correct AO output for das08jr-16-ao
` [ 057/218] fs/proc: fix potential unregister_sysctl_table hang
` [ 061/218] ACPI / PM: Use KERN_DEBUG when no power resources are found
` [ 062/218] mmc: mxs-mmc: fix deadlock in SDIO IRQ case
` [ 064/218] mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption
` [ 066/218] ahci: Add alternate identifier for the 88SE9172
` [ 071/218] md: Dont truncate size at 4TB for RAID0 and Linear
` [ 072/218] md: make sure metadata is updated when spares are activated or removed
` [ 073/218] md/raid5: fix calculate of degraded when a replacement becomes active
` [ 075/218] ASoC: samsung dma - Dont indicate support for pause/resume
` [ 077/218] drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe
` [ 078/218] hwmon: (twl4030-madc-hwmon) Initialize uninitialized structure elements
` [ 080/218] can: mcp251x: avoid repeated frame bug
` [ 081/218] mm/ia64: fix a memory block size bug
` [ 083/218] xen/m2p: do not reuse kmap_op->dev_bus_addr
` [ 085/218] hwmon: (fam15h_power) Tweak runavg_range on resume
Xen HVM Guest fails (errors) to launch on Opensuse 12.2's Xen 4.2 + 'xl' toolstack
2012-09-29 0:13 UTC
[patch for-3.6] mm, thp: fix mapped pages avoiding unevictable list on mlock
2012-09-29 0:11 UTC (6+ messages)
` [patch] mm, thp: fix mlock statistics
[PATCH] staging iio: use iio_trigger_generic_data_rdy_poll() in accel/adis16209 driver
2012-09-29 0:07 UTC
Your Web-Mail Storage Quota
2012-09-29 0:04 UTC
[ 000/127] 3.0.44-stable review
2012-09-28 23:57 UTC (8+ messages)
` [ 056/127] Bluetooth: Fix not removing power_off delayed work
` [ 094/127] md: make sure metadata is updated when spares are activated or removed
[PATCH v6 0/10] Generic Red-Black Trees
2012-09-28 23:48 UTC (11+ messages)
` [PATCH v6 1/10] rbtree.h: "
` [PATCH v6 2/10] rbtree.h: include kconfig.h
` [PATCH v6 3/10] Generate doc comments for rbtree.h in Kernel-API
` [PATCH v6 4/10] rbtree.h: Add test & validation framework
` [PATCH v6 5/10] rbtree.h: add doc comments for struct rb_node
` [PATCH v6 6/10] selftest: Add generic tree self-test common code
` [PATCH v6 7/10] selftest: Add userspace test program
` [PATCH v6 8/10] selftest: Add script to compile & run "
` [PATCH v6 9/10] selftest: Add basic compiler iterator test script
` [PATCH v6 10/10] selftest: report generation script for test results
[PATCH 0/8] PCI, ACPI, x86: pci root bus hotplug support pci_root.c related core changes
2012-09-28 23:46 UTC (9+ messages)
` [PATCH 3/8] PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res
` [PATCH 4/8] PCI, ACPI: assign unassigned resource for hot add root bus
` [PATCH 5/8] PCI: Add pci_stop_and_remove_root_bus()
` [PATCH 8/8] PCI, ACPI: remove acpi_root_driver in reserse order
WARNING: at kernel/irq/handle.c, irq_default_primary_handler enabled interrupts
2012-09-28 23:44 UTC (2+ messages)
[PATCH] checkpatch: fix name of "MODULE_PARM_DESC"
2012-09-28 23:44 UTC
Slow copy_to_user performance after kernel upgrade
2012-09-28 23:40 UTC (2+ messages)
[PATCH 0/16] Interrupt remapping support for AMD IOMMU
2012-09-28 23:39 UTC (7+ messages)
` [PATCH 03/16] iommu/amd: Allocate data structures to keep track of irq remapping tables
` [PATCH 12/16] iommu/amd: Add initialization routines for AMD interrupt remapping
` [PATCH 14/16] iommu/irq: Use amd_iommu_irq_ops if supported
[PATCH 0/3] Virtual huge zero page
2012-09-28 23:37 UTC (8+ messages)
` [PATCH 1/3] asm-generic: introduce pmd_special() and pmd_mkspecial()
` [PATCH 2/3] mm, thp: implement virtual huge zero page
` [PATCH 3/3] x86: implement HAVE_PMD_SPECAIL
[PATCH] xfs: only update the last_sync_lsn when a transaction completes
2012-09-28 23:37 UTC (3+ messages)
[PATCH 0/3] kernel-doc bug fixes
2012-09-28 23:32 UTC (4+ messages)
` [PATCH 1/3] kernel-doc: bugfix - multi-line macros
` [PATCH 2/3] kernel-doc: bugfix - empty line in Example section
` [PATCH 3/3] kernel-doc: Don't mangle whitespace "
[PATCH 1/2] iio: remove useless irq_enabled variable in at91
2012-09-28 23:32 UTC (2+ messages)
` [PATCH 2/2] iio: use iio_push_to_buffer() in at91 driver
[U-Boot] [PATCH v3 0/8] SPL: Port SPL framework to powerpc
2012-09-28 23:32 UTC (4+ messages)
` [U-Boot] [PATCH v3 2/8] "
[PATCH v2 0/4] mfd: support dt on 88pm860x
2012-09-28 23:28 UTC (4+ messages)
` [PATCH v2 1/4] mfd: 88pm860x: use irqdomain
Git diff-file bug?
2012-09-28 23:20 UTC (9+ messages)
` [PATCH] gitk: refresh the index before running diff-files
[PATCH] tools lib traceevent: Fix missed freeing of subargs in free_arg() in filter
2012-09-28 23:21 UTC
[Patch v1 1/7] DA9055 MFD core driver
2012-09-28 23:20 UTC (2+ messages)
il ritornello dei valori, Movimento PrivilegiZero
2012-09-28 23:15 UTC
[PATCH] slab: Ignore internal flags in cache creation
2012-09-28 23:11 UTC (14+ messages)
[PATCH lttng-ust] Fix: reloc offset validation error out on filters with no reloc table
2012-09-28 23:08 UTC
[PATCH v3 2/2] libmlx4: Add support for XRC QPs
2012-09-28 22:57 UTC (2+ messages)
[PATCH] ALSA: hda - Fix hang caused by race during suspend
2012-09-28 22:57 UTC
[PATCH v3 1/2] libmlx4: Infra-structure changes to support verbs extensions
2012-09-28 22:53 UTC
[PATCH v3 7/7] libibverbs: Add XRC sample application
2012-09-28 22:53 UTC
[PATCH v3 6/7] libibverbs: Add man page for ibv_open_qp
2012-09-28 22:53 UTC
[PATCH v3 4/7] libibverbs: Add support for XRC QPs
2012-09-28 22:53 UTC
[PATCH v3 5/7] libibverbs: Add ibv_open_qp
2012-09-28 22:53 UTC
[PATCH v3 3/7] libibverbs: Add support for XRC SRQs
2012-09-28 22:53 UTC
[PATCH v3 2/7] libibverbs: libibverbs: Introduce XRC domains
2012-09-28 22:53 UTC
[PATCH v3 1/7] libibverbs: Infrastructure to support verbs extensions
2012-09-28 22:53 UTC
[PATCH net] ipv6: return errno pointers consistently for fib6_add_1()
2012-09-28 22:49 UTC (2+ messages)
pull-request: can-next 2012-09-27
2012-09-28 22:47 UTC (2+ messages)
Important Notice: Claim Your Mid Year Reward!!
2012-09-28 22:10 UTC
[Qemu-devel] [PATCH V19 0/7] Qemu Trusted Platform Module (TPM) integration
2012-09-28 22:43 UTC (3+ messages)
[PATCH 0/4] smsc75xx: enhancements (V2)
2012-09-28 22:39 UTC (2+ messages)
[PATCH 0/6] smsc95xx enhancements (V3)
2012-09-28 22:39 UTC (2+ messages)
[PATCH][meta-intel] fri2: Update xorg.conf per EMGD 1.14 user guide
2012-09-28 22:38 UTC
[PATCH] mfd: tps65910: Add alarm interrupt of TPS65910 RTC to mfd device list
2012-09-28 22:38 UTC (2+ messages)
This company is making noise
2012-09-28 22:36 UTC (3+ messages)
` could you stop this spam "
` could you stop this spam
[next:akpm 140/423] fs/block_dev.c:135:2: error: implicit declaration of function 'prio_tree_empty'
2012-09-28 22:36 UTC (2+ messages)
` [next:akpm 140/423] fs/block_dev.c:135:2: error: implicit declaration of function 'prio_tree_emp
Cannot do atom-pc build with meta-cedartrail
2012-09-28 22:36 UTC (3+ messages)
[U-Boot] [PATCH] tegra: nand: make ONFI detection work
2012-09-28 22:35 UTC (2+ messages)
[PATCH 0/4] bugfix for memory hotplug
2012-09-28 22:30 UTC (17+ messages)
` [PATCH 1/4] memory-hotplug: add memory_block_release
` [PATCH 2/4] memory-hotplug: add node_device_release
[PATCH 0/3] memory_hotplug: fix memory hotplug bug
2012-09-28 22:26 UTC (7+ messages)
` [PATCH 2/3] slub, hotplug: ignore unrelated node's hot-adding and hot-removing
[RFC v9 PATCH 00/21] memory-hotplug: hot-remove physical memory
2012-09-28 22:15 UTC (8+ messages)
` [RFC v9 PATCH 01/21] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
iwlwifi can't connect to router after resuming from suspend
2012-09-28 22:15 UTC (3+ messages)
OE-Core Release Status
2012-09-28 22:06 UTC (4+ messages)
[PATCH V2 0/7] ARM: OMAP2+: Add device-tree support for timers
2012-09-28 22:17 UTC (9+ messages)
[U-Boot] Custodians, Maintainers and old platforms
2012-09-28 22:12 UTC (3+ messages)
[PATCH 2/6] powerpc: Add enable_ppr kernel parameter to enable PPR save/restore
2012-09-28 22:11 UTC (6+ messages)
[GIT PULL] Time/alarmtimer changes for 3.7
2012-09-28 22:07 UTC (2+ messages)
[PATCH 1/2] mfd: wm5110: Disable control interface error report for WM5110 rev B
2012-09-28 22:02 UTC (4+ messages)
` [PATCH 2/2] mfd: wm5110: Add register patches for revision B
[RFD][PATCH 0/7] PM / QoS: Support for PM QoS device flags
2012-09-28 21:56 UTC (8+ messages)
` [RFD][PATCH 1/7] PM / QoS: Prepare device structure for adding more constraint types
` [RFD][PATCH 2/7] PM / QoS: Introduce request and constraint data types for PM QoS flags
` [RFD][PATCH 3/7] PM / QoS: Prepare struct dev_pm_qos_request for more request types
` [RFD][PATCH 4/7] PM / QoS: Introduce device PM QoS flags support
` [RFD][PATCH 5/7] PM / QoS: Make it possible to expose PM QoS device flags to user space
` [RFD][PATCH 6/7] PM / Domains: Check device PM QoS flags in pm_genpd_poweroff()
` [RFD][PATCH 7/7] PM / ACPI: Take device PM QoS flags into account
[PATCH 00/12] New warnings and build errors in linux-next
2012-09-28 21:55 UTC (10+ messages)
` [PATCH 08/12] dtc: be more quiet with "make -s"
` [PATCH 09/12] tty/console: fix warnings in drivers/tty/serial/kgdboc.c
` [PATCH 12/12] time/jiffies: bring back unconditional LATCH definition
adding OF_DYNAMIC proc interface
2012-09-28 21:54 UTC (2+ messages)
FOSDEM2013: DevRoom or not?
2012-09-28 21:51 UTC (4+ messages)
PROBLEM: kernel 3.6.rc6 bug report (usb 3.0 external hard drive problem)
2012-09-28 21:47 UTC (3+ messages)
sata adapter
2012-09-28 21:37 UTC (2+ messages)
[PATCH] Revert "opkg svn: respect to the arch priority"
2012-09-28 21:31 UTC (3+ messages)
[PATCH V3 00/13] xfs: remove the xfssyncd mess
2012-09-28 21:44 UTC (3+ messages)
` [PATCH 06/13] xfs: xfs_sync_data is redundant
[PATCH libdrm 0/4] Manpages for libdrm
2012-09-28 21:44 UTC (3+ messages)
` [PATCH libdrm 3/4] man: add drm-kms overview page
` [PATCH libdrm 4/4] man: add drm-memory "
DT support for common clk drivers
2012-09-28 21:42 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.