All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-09-28 21:55:22 to 2012-09-29 00:31:04 UTC [more...]

[U-Boot] [PATCH 00/71] serial: Massive rework of the serial subsystem
 2012-09-29  0:31 UTC  (49+ messages)
` [U-Boot] [PATCH 00/70 V2] "
  ` [U-Boot] [PATCH 01/70] serial: Coding style cleanup of struct serial_device
  ` [U-Boot] [PATCH 02/70] serial: Rename .init() and .uninit() in serial_device
  ` [U-Boot] [PATCH 03/70] serial: Properly spell out the structure member names of serial_driver
  ` [U-Boot] [PATCH 04/70] serial: pxa: Implement default_serial_console in serial_pxa.c
  ` [U-Boot] [PATCH 05/70] serial: pxa: Make use of default_serial_console in serial_pxa
  ` [U-Boot] [PATCH 06/70] serial: pxa: Make local functions static
  ` [U-Boot] [PATCH 07/70] serial: mpc512x: Properly define CONFIG_SYS_PSC3 in config files
  ` [U-Boot] [PATCH 08/70] serial: Implement serial_initfunc() macro
  ` [U-Boot] [PATCH 09/70] serial: mpc8xx: Move serial registration from serial_initialize()
  ` [U-Boot] [PATCH 10/70] serial: s3c24xx: "
  ` [U-Boot] [PATCH 11/70] serial: pxa: "
  ` [U-Boot] [PATCH 12/70] serial: s5p: "
  ` [U-Boot] [PATCH 13/70] serial: microblaze: "
  ` [U-Boot] [PATCH 14/70] serial: mpc512x: "
  ` [U-Boot] [PATCH 15/70] serial: ns16550: "
  ` [U-Boot] [PATCH 16/70] serial: bfin: Remove the bfin_serialN_device exports from serial.h
  ` [U-Boot] [PATCH 17/70] serial: bfin: Adjust serial_register_bfin_uart()
  ` [U-Boot] [PATCH 18/70] serial: zoom2: Remove zoom2 serial prototypes from serial.h
  ` [U-Boot] [PATCH 19/70] serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI
  ` [U-Boot] [PATCH 20/70] serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver
  ` [U-Boot] [PATCH 21/70] serial: mips: Implement CONFIG_SERIAL_MULTI into asc "
  ` [U-Boot] [PATCH 22/70] serial: mips: Implement CONFIG_SERIAL_MULTI into JZ "
  ` [U-Boot] [PATCH 23/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx "
  ` [U-Boot] [PATCH 24/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 "
  ` [U-Boot] [PATCH 25/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers
  ` [U-Boot] [PATCH 26/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driver
  ` [U-Boot] [PATCH 27/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 "
  ` [U-Boot] [PATCH 28/70] serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 "
  ` [U-Boot] [PATCH 29/70] serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 "
  ` [U-Boot] [PATCH 30/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into marvell "
  ` [U-Boot] [PATCH 31/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix "
  ` [U-Boot] [PATCH 32/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw "
  ` [U-Boot] [PATCH 33/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into cogent "
  ` [U-Boot] [PATCH 34/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into cpci750 "
  ` [U-Boot] [PATCH 35/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into evb64260 "
  ` [U-Boot] [PATCH 36/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into ml2 "
  ` [U-Boot] [PATCH 37/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into sconsole "
  ` [U-Boot] [PATCH 38/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into p3mx "
  ` [U-Boot] [PATCH 39/70] serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag "
  ` [U-Boot] [PATCH 40/70] serial: arm: Implement CONFIG_SERIAL_MULTI into altera "
  ` [U-Boot] [PATCH 41/70] serial: arm: Implement CONFIG_SERIAL_MULTI into atmel "
  ` [U-Boot] [PATCH 42/70] serial: arm: Implement CONFIG_SERIAL_MULTI into lpc32xx "
  ` [U-Boot] [PATCH 43/70] serial: mcf: Implement CONFIG_SERIAL_MULTI into MCF "
  ` [U-Boot] [PATCH 44/70] serial: Implement CONFIG_SERIAL_MULTI into ns9750 "
  ` [U-Boot] [PATCH 45/70] serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores "
  ` [U-Boot] [PATCH 46/70] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b "
  ` [U-Boot] [PATCH 47/70] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx "

[U-Boot] [PATCH 1/2] spi: Add progress percentage and write speed to `sf update`
 2012-09-29  0:28 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] spi: Add SPI flash test

[PATCH] net: fix neigh_resolve_output can cause skb_under_panic
 2012-09-29  0:26 UTC  (4+ messages)

[PATCH 0/10] Cleanup & new features for compiler*.h and bug.h
 2012-09-29  0:26 UTC  (16+ 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

PROBLEM: Acer D255E Backlight out for 10 seconds with ACPI
 2012-09-28 23:58 UTC  (4+ messages)

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 

[ 000/218] 3.4.12-stable review
 2012-09-29  0:14 UTC  (23+ 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)
` [ 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
` [ 035/218] vfs: make O_PATH file descriptors usable for fstat()
` [ 043/218] ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS
` [ 064/218] mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption

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  (11+ 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  (12+ 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 5/7] libibverbs: Add 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 2/7] libibverbs: libibverbs: Introduce XRC domains
 2012-09-28 22:53 UTC 

[PATCH v3 3/7] libibverbs: Add support for XRC SRQs
 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  (7+ 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  (3+ messages)
` [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()

[PATCH 00/12] New warnings and build errors in linux-next
 2012-09-28 21:55 UTC  (4+ messages)
` [PATCH 12/12] time/jiffies: bring back unconditional LATCH definition


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.